Skip to content

Instantly share code, notes, and snippets.

@mfaisalkhatri
Created July 11, 2019 16:01
Show Gist options
  • Save mfaisalkhatri/68b3d4712d081d39697d48686f8fd258 to your computer and use it in GitHub Desktop.
Save mfaisalkhatri/68b3d4712d081d39697d48686f8fd258 to your computer and use it in GitHub Desktop.
org.openqa.selenium.TimeoutException: Expected condition failed: waiting for visibility of [[[[ChromeDriver: chrome on XP (7141249f3c64400ad8680fe5fa4362e7)] -> id: uniform-days]] -> id: days] (tried for 30 second(s) with 500 milliseconds interval)
Build info: version: '4.0.0-alpha-2', revision: 'f148142cf8', time: '2019-07-01T20:55:26'
System info: host: 'FAISALKHATRI', ip: '10.0.75.1', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_212'
Driver info: org.openqa.selenium.support.events.EventFiringWebDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 75.0.3770.100, chrome: {chromedriverVersion: 75.0.3770.8 (681f24ea911fe7..., userDataDir: C:\Users\ADMIN\AppData\Loca...}, goog:chromeOptions: {debuggerAddress: localhost:62321}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify}
Session ID: 7141249f3c64400ad8680fe5fa4362e7
at org.openqa.selenium.support.ui.WebDriverWait.timeoutException(WebDriverWait.java:138)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:234)
at com.github.wasiqb.coteafs.selenium.core.ElementAction.waitUntilVisible(ElementAction.java:401)
at com.github.wasiqb.coteafs.selenium.core.ElementAction.prepareForAction(ElementAction.java:425)
at com.github.wasiqb.coteafs.selenium.core.ElementAction.perform(ElementAction.java:420)
at com.github.wasiqb.coteafs.selenium.core.ElementAction.select(ElementAction.java:277)
at com.wizonsoft.action.RegistrationAction.registerUser(RegistrationAction.java:50)
at com.wizonsoft.action.RegistrationAction.perform(RegistrationAction.java:29)
at com.wizonsoft.tests.RegisterUserTests.registerUserTest(RegisterUserTests.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:583)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:719)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:989)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
at org.testng.TestRunner.privateRun(TestRunner.java:648)
at org.testng.TestRunner.run(TestRunner.java:505)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:455)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:450)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:415)
at org.testng.SuiteRunner.run(SuiteRunner.java:364)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
at org.testng.TestNG.runSuites(TestNG.java:1049)
at org.testng.TestNG.run(TestNG.java:1017)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment