org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <i class="fa fa-plus-circle control create"></i> is not clickable at point (233, 408). Other element would receive the click: <nav id="sidebar" class="side side-nav showing">...</nav>
+ (Session info: headless chrome=81.0.4044.129)
+Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
+System info: host: 'DESKTOP-1TJR8E3', ip: '192.168.128.161', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '13.0.2'
+Driver info: org.openqa.selenium.chrome.ChromeDriver
+Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 81.0.4044.129, chrome: {chromedriverVersion: 81.0.4044.69 (6813546031a4b..., userDataDir: C:\Users\shsmi\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:52993}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}
+Session ID: 3063ba811f977efe89b82d7711908860
+ at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
+ at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
+ at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
+ at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
+ at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
+ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
+ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
+ at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
+ at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
+ at pageObjects.HomePage.createNewPlaylist(HomePage.java:30)
+ at tests.HomepageTests.loginTest_createNewPlaylist_newPlaylistCreated(HomepageTests.java:24)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:567)
+ at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
+ at org.testng.internal.Invoker.invokeMethod(Invoker.java:645)
+ at org.testng.internal.Invoker.retryFailed(Invoker.java:998)
+ at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1200)
+ at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
+ at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:830)
+
+
4
+
tests.HomepageTests@a87f8ec
+
+
new_loginTest_createNewPlaylist_newPlaylistCreated Test class: tests.HomepageTests_new
+
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <i class="fa fa-plus-circle control create"></i> is not clickable at point (233, 408). Other element would receive the click: <nav id="sidebar" class="side side-nav showing">...</nav>
+ (Session info: headless chrome=81.0.4044.129)
+Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
+System info: host: 'DESKTOP-1TJR8E3', ip: '192.168.128.161', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '13.0.2'
+Driver info: org.openqa.selenium.chrome.ChromeDriver
+Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 81.0.4044.129, chrome: {chromedriverVersion: 81.0.4044.69 (6813546031a4b..., userDataDir: C:\Users\shsmi\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:52866}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}
+Session ID: 8c444ad715215aa814c7d7c3ad28957a
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
+ at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
+ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
+ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
+ at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
+ at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
+ at pageObjects.HomePage.createNewPlaylist(HomePage.java:30)
+ at tests.HomepageTests_new.new_loginTest_createNewPlaylist_newPlaylistCreated(HomepageTests_new.java:14)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:830)
+... Removed 15 stack frames
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <i class="fa fa-plus-circle control create"></i> is not clickable at point (233, 408). Other element would receive the click: <nav id="sidebar" class="side side-nav showing">...</nav>
+ (Session info: headless chrome=81.0.4044.129)
+Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
+System info: host: 'DESKTOP-1TJR8E3', ip: '192.168.128.161', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '13.0.2'
+Driver info: org.openqa.selenium.chrome.ChromeDriver
+Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 81.0.4044.129, chrome: {chromedriverVersion: 81.0.4044.69 (6813546031a4b..., userDataDir: C:\Users\shsmi\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:52866}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}
+Session ID: 8c444ad715215aa814c7d7c3ad28957a
+ at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
+ at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
+ at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
+ at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
+ at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
+ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
+ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
+ at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
+ at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
+ at pageObjects.HomePage.createNewPlaylist(HomePage.java:30)
+ at tests.HomepageTests_new.new_loginTest_createNewPlaylist_newPlaylistCreated(HomepageTests_new.java:14)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:567)
+ at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
+ at org.testng.internal.Invoker.invokeMethod(Invoker.java:645)
+ at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
+ at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
+ at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
+ at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:830)
+
+
8
+
tests.HomepageTests_new@5443d039
+
+
new_scrollDown Test class: tests.HomepageTests_new
+
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <i class="fa fa-plus-circle control create"></i> is not clickable at point (233, 408). Other element would receive the click: <nav id="sidebar" class="side side-nav showing">...</nav>
+ (Session info: headless chrome=81.0.4044.129)
+Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
+System info: host: 'DESKTOP-1TJR8E3', ip: '192.168.128.161', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '13.0.2'
+Driver info: org.openqa.selenium.chrome.ChromeDriver
+Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 81.0.4044.129, chrome: {chromedriverVersion: 81.0.4044.69 (6813546031a4b..., userDataDir: C:\Users\shsmi\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:52953}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}
+Session ID: 084ad53abe263b127e15afd2166c6db3
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
+ at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
+ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
+ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
+ at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
+ at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
+ at pageObjects.HomePage.createNewPlaylist(HomePage.java:30)
+ at tests.HomepageTests_new.new_scrollDown(HomepageTests_new.java:22)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:830)
+... Removed 15 stack frames
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <i class="fa fa-plus-circle control create"></i> is not clickable at point (233, 408). Other element would receive the click: <nav id="sidebar" class="side side-nav showing">...</nav>
+ (Session info: headless chrome=81.0.4044.129)
+Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
+System info: host: 'DESKTOP-1TJR8E3', ip: '192.168.128.161', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '13.0.2'
+Driver info: org.openqa.selenium.chrome.ChromeDriver
+Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 81.0.4044.129, chrome: {chromedriverVersion: 81.0.4044.69 (6813546031a4b..., userDataDir: C:\Users\shsmi\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:52953}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}
+Session ID: 084ad53abe263b127e15afd2166c6db3
+ at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
+ at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
+ at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
+ at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
+ at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
+ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
+ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
+ at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
+ at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
+ at pageObjects.HomePage.createNewPlaylist(HomePage.java:30)
+ at tests.HomepageTests_new.new_scrollDown(HomepageTests_new.java:22)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:567)
+ at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
+ at org.testng.internal.Invoker.invokeMethod(Invoker.java:645)
+ at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
+ at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
+ at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
+ at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:830)
+
+
5
+
tests.HomepageTests_new@5443d039
+
+
scrollDown Test class: tests.HomepageTests Parameters: testpro.user02@testpro.io, te$t$tudent02, zzZZzzZZ, newZZZZZZZZZ
+
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <i class="fa fa-plus-circle control create"></i> is not clickable at point (233, 408). Other element would receive the click: <nav id="sidebar" class="side side-nav showing">...</nav>
+ (Session info: headless chrome=81.0.4044.129)
+Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
+System info: host: 'DESKTOP-1TJR8E3', ip: '192.168.128.161', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '13.0.2'
+Driver info: org.openqa.selenium.chrome.ChromeDriver
+Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 81.0.4044.129, chrome: {chromedriverVersion: 81.0.4044.69 (6813546031a4b..., userDataDir: C:\Users\shsmi\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:53015}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}
+Session ID: 32712f28dbd224c3549f06f90ee6fa1a
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
+ at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
+ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
+ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
+ at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
+ at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
+ at pageObjects.HomePage.createNewPlaylist(HomePage.java:30)
+ at tests.HomepageTests.scrollDown(HomepageTests.java:35)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:830)
+... Removed 15 stack frames
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <i class="fa fa-plus-circle control create"></i> is not clickable at point (233, 408). Other element would receive the click: <nav id="sidebar" class="side side-nav showing">...</nav>
+ (Session info: headless chrome=81.0.4044.129)
+Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
+System info: host: 'DESKTOP-1TJR8E3', ip: '192.168.128.161', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '13.0.2'
+Driver info: org.openqa.selenium.chrome.ChromeDriver
+Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 81.0.4044.129, chrome: {chromedriverVersion: 81.0.4044.69 (6813546031a4b..., userDataDir: C:\Users\shsmi\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:53015}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}
+Session ID: 32712f28dbd224c3549f06f90ee6fa1a
+ at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
+ at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
+ at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
+ at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
+ at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
+ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
+ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
+ at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
+ at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
+ at pageObjects.HomePage.createNewPlaylist(HomePage.java:30)
+ at tests.HomepageTests.scrollDown(HomepageTests.java:35)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:567)
+ at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
+ at org.testng.internal.Invoker.invokeMethod(Invoker.java:645)
+ at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
+ at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
+ at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
+ at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:830)
+
+
3
+
tests.HomepageTests@a87f8ec
+
+
+
PASSED TESTS
+
Test method
+
Exception
+
Time (seconds)
+
Instance
+
+
+
loginTest_correctCredentials_loggedToApp Test class: tests.LoginTests Parameters: testpro.user02@testpro.io, te$t$tudent02
+
+
7
+
tests.LoginTests@63787180
+
+
loginTest_incorrectCredentials_notLoggedToApp Test class: tests.LoginTests Parameters: testpro.user02@testpro.io, *******
+
+
2
+
tests.LoginTests@63787180
+
+
new_loginTest_correctCredentials_loggedToApp Test class: tests.LoginTests_new
+
+
6
+
tests.LoginTests_new@7d1cfb8b
+
+
new_loginTest_incorrectCredentials_notLoggedToApp Test class: tests.LoginTests_new
+
+
2
+
tests.LoginTests_new@7d1cfb8b
+
+
+
SKIPPED TESTS
+
Test method
+
Exception
+
Time (seconds)
+
Instance
+
+
+
loginTest_createNewPlaylist_newPlaylistCreated Test class: tests.HomepageTests Parameters: testpro.user02@testpro.io, te$t$tudent02, zzZZzzZZ
+
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <i class="fa fa-plus-circle control create"></i> is not clickable at point (233, 408). Other element would receive the click: <nav id="sidebar" class="side side-nav showing">...</nav>
+ (Session info: headless chrome=81.0.4044.129)
+Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
+System info: host: 'DESKTOP-1TJR8E3', ip: '192.168.128.161', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '13.0.2'
+Driver info: org.openqa.selenium.chrome.ChromeDriver
+Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 81.0.4044.129, chrome: {chromedriverVersion: 81.0.4044.69 (6813546031a4b..., userDataDir: C:\Users\shsmi\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:52867}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}
+Session ID: 2970254833708fa6221e0abba0420d96
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
+ at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
+ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
+ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
+ at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
+ at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
+ at pageObjects.HomePage.createNewPlaylist(HomePage.java:30)
+ at tests.HomepageTests.loginTest_createNewPlaylist_newPlaylistCreated(HomepageTests.java:24)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:830)
+... Removed 15 stack frames
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <i class="fa fa-plus-circle control create"></i> is not clickable at point (233, 408). Other element would receive the click: <nav id="sidebar" class="side side-nav showing">...</nav>
+ (Session info: headless chrome=81.0.4044.129)
+Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
+System info: host: 'DESKTOP-1TJR8E3', ip: '192.168.128.161', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '13.0.2'
+Driver info: org.openqa.selenium.chrome.ChromeDriver
+Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 81.0.4044.129, chrome: {chromedriverVersion: 81.0.4044.69 (6813546031a4b..., userDataDir: C:\Users\shsmi\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:52867}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}
+Session ID: 2970254833708fa6221e0abba0420d96
+ at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
+ at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
+ at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
+ at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
+ at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
+ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
+ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
+ at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
+ at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
+ at pageObjects.HomePage.createNewPlaylist(HomePage.java:30)
+ at tests.HomepageTests.loginTest_createNewPlaylist_newPlaylistCreated(HomepageTests.java:24)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:567)
+ at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
+ at org.testng.internal.Invoker.invokeMethod(Invoker.java:645)
+ at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
+ at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
+ at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
+ at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:830)
+
+
9
+
tests.HomepageTests@a87f8ec
+
+
loginTest_createNewPlaylist_newPlaylistCreated Test class: tests.HomepageTests Parameters: testpro.user02@testpro.io, te$t$tudent02, zzZZzzZZ
+
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <i class="fa fa-plus-circle control create"></i> is not clickable at point (233, 408). Other element would receive the click: <nav id="sidebar" class="side side-nav showing">...</nav>
+ (Session info: headless chrome=81.0.4044.129)
+Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
+System info: host: 'DESKTOP-1TJR8E3', ip: '192.168.128.161', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '13.0.2'
+Driver info: org.openqa.selenium.chrome.ChromeDriver
+Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 81.0.4044.129, chrome: {chromedriverVersion: 81.0.4044.69 (6813546031a4b..., userDataDir: C:\Users\shsmi\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:52954}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}
+Session ID: ef8ac6c8568587205788a83c05872028
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
+ at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
+ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
+ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
+ at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
+ at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
+ at pageObjects.HomePage.createNewPlaylist(HomePage.java:30)
+ at tests.HomepageTests.loginTest_createNewPlaylist_newPlaylistCreated(HomepageTests.java:24)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:830)
+... Removed 15 stack frames
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <i class="fa fa-plus-circle control create"></i> is not clickable at point (233, 408). Other element would receive the click: <nav id="sidebar" class="side side-nav showing">...</nav>
+ (Session info: headless chrome=81.0.4044.129)
+Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
+System info: host: 'DESKTOP-1TJR8E3', ip: '192.168.128.161', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '13.0.2'
+Driver info: org.openqa.selenium.chrome.ChromeDriver
+Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 81.0.4044.129, chrome: {chromedriverVersion: 81.0.4044.69 (6813546031a4b..., userDataDir: C:\Users\shsmi\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:52954}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}
+Session ID: ef8ac6c8568587205788a83c05872028
+ at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
+ at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
+ at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
+ at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
+ at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
+ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
+ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
+ at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
+ at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
+ at pageObjects.HomePage.createNewPlaylist(HomePage.java:30)
+ at tests.HomepageTests.loginTest_createNewPlaylist_newPlaylistCreated(HomepageTests.java:24)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
+ at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
+ at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+ at java.base/java.lang.reflect.Method.invoke(Method.java:567)
+ at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
+ at org.testng.internal.Invoker.invokeMethod(Invoker.java:645)
+ at org.testng.internal.Invoker.retryFailed(Invoker.java:998)
+ at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1200)
+ at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
+ at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:830)
+
+
4
+
tests.HomepageTests@a87f8ec
+
+
+
\ No newline at end of file
diff --git a/test-output/Master Suite/All tests.xml b/test-output/Master Suite/All tests.xml
new file mode 100644
index 0000000..e89d92a
--- /dev/null
+++ b/test-output/Master Suite/All tests.xml
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+ is not clickable at point (233, 408). Other element would receive the click:
+ (Session info: headless chrome=81.0.4044.129)
+Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
+System info: host: 'DESKTOP-1TJR8E3', ip: '192.168.128.161', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '13.0.2'
+Driver info: org.openqa.selenium.chrome.ChromeDriver
+Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 81.0.4044.129, chrome: {chromedriverVersion: 81.0.4044.69 (6813546031a4b..., userDataDir: C:\Users\shsmi\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:52866}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}
+Session ID: 8c444ad715215aa814c7d7c3ad28957a
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
+ at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
+ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
+ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
+ at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
+ at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
+ at pageObjects.HomePage.createNewPlaylist(HomePage.java:30)
+ at tests.HomepageTests_new.new_loginTest_createNewPlaylist_newPlaylistCreated(HomepageTests_new.java:14)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:830)
+... Removed 15 stack frames]]>
+
+
+
+
+
+
+
+
+
+
+
+
+ is not clickable at point (233, 408). Other element would receive the click:
+ (Session info: headless chrome=81.0.4044.129)
+Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
+System info: host: 'DESKTOP-1TJR8E3', ip: '192.168.128.161', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '13.0.2'
+Driver info: org.openqa.selenium.chrome.ChromeDriver
+Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 81.0.4044.129, chrome: {chromedriverVersion: 81.0.4044.69 (6813546031a4b..., userDataDir: C:\Users\shsmi\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:52953}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}
+Session ID: 084ad53abe263b127e15afd2166c6db3
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
+ at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
+ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
+ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
+ at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
+ at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
+ at pageObjects.HomePage.createNewPlaylist(HomePage.java:30)
+ at tests.HomepageTests_new.new_scrollDown(HomepageTests_new.java:22)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:830)
+... Removed 15 stack frames]]>
+
+
+
+
+ is not clickable at point (233, 408). Other element would receive the click:
+ (Session info: headless chrome=81.0.4044.129)
+Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
+System info: host: 'DESKTOP-1TJR8E3', ip: '192.168.128.161', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '13.0.2'
+Driver info: org.openqa.selenium.chrome.ChromeDriver
+Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 81.0.4044.129, chrome: {chromedriverVersion: 81.0.4044.69 (6813546031a4b..., userDataDir: C:\Users\shsmi\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:52993}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}
+Session ID: 3063ba811f977efe89b82d7711908860
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
+ at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
+ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
+ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
+ at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
+ at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
+ at pageObjects.HomePage.createNewPlaylist(HomePage.java:30)
+ at tests.HomepageTests.loginTest_createNewPlaylist_newPlaylistCreated(HomepageTests.java:24)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:830)
+... Removed 15 stack frames]]>
+
+
+
+
+ is not clickable at point (233, 408). Other element would receive the click:
+ (Session info: headless chrome=81.0.4044.129)
+Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
+System info: host: 'DESKTOP-1TJR8E3', ip: '192.168.128.161', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '13.0.2'
+Driver info: org.openqa.selenium.chrome.ChromeDriver
+Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 81.0.4044.129, chrome: {chromedriverVersion: 81.0.4044.69 (6813546031a4b..., userDataDir: C:\Users\shsmi\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:53015}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:virtualAuthenticators: true}
+Session ID: 32712f28dbd224c3549f06f90ee6fa1a
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
+ at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
+ at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
+ at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:83)
+ at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
+ at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:285)
+ at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
+ at pageObjects.HomePage.createNewPlaylist(HomePage.java:30)
+ at tests.HomepageTests.scrollDown(HomepageTests.java:35)
+ at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
+ at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
+ at java.base/java.lang.Thread.run(Thread.java:830)
+... Removed 15 stack frames]]>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/test-output/Master Suite/testng-failed.xml b/test-output/Master Suite/testng-failed.xml
new file mode 100644
index 0000000..5d05339
--- /dev/null
+++ b/test-output/Master Suite/testng-failed.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/test-output/bullet_point.png b/test-output/bullet_point.png
new file mode 100644
index 0000000..176e6d5
Binary files /dev/null and b/test-output/bullet_point.png differ
diff --git a/test-output/collapseall.gif b/test-output/collapseall.gif
new file mode 100644
index 0000000..a2d80a9
Binary files /dev/null and b/test-output/collapseall.gif differ
diff --git a/test-output/emailable-report.html b/test-output/emailable-report.html
new file mode 100644
index 0000000..9d7d9c6
--- /dev/null
+++ b/test-output/emailable-report.html
@@ -0,0 +1,122 @@
+
+