Created
August 21, 2020 09:03
-
-
Save seleniumgists/540bf5c95ba8c670ab40932fbec94cb6 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.openqa.selenium.NoSuchFrameException: | |
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' | |
System info: host: 'MacBook-Pro-Piotr.local', ip: '', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.15.6', java.version: '11.0.8' | |
Driver info: org.openqa.selenium.safari.SafariDriver | |
Capabilities {acceptInsecureCerts: false, browserName: Safari Technology Preview, browserVersion: 14.0, javascriptEnabled: true, platform: MAC, platformName: MAC, safari:automaticInspection: true, safari:automaticProfiling: false, safari:diagnose: false, safari:platformBuildVersion: 19G2021, safari:platformVersion: 10.15.6, safari:useSimulator: false, setWindowRect: true, strictFileInteractability: false, webkit:WebRTC: {DisableICECandidateFiltering: false, DisableInsecureMediaCapture: false}} | |
Session ID: 8A3B8FAF-95DD-47A2-8DE3-F5AC26387A7B | |
*** Element info: {Using=css selector, value=[id^="usermenu"]} | |
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.newInstance(Constructor.java:490) | |
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.RemoteWebDriver.findElement(RemoteWebDriver.java:323) | |
at org.openqa.selenium.remote.RemoteWebDriver.findElementByCssSelector(RemoteWebDriver.java:420) | |
at <http://org.openqa.selenium.By|org.openqa.selenium.By>$ByCssSelector.findElement(By.java:431) | |
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:315) | |
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:205) | |
at org.openqa.selenium.support.ui.ExpectedConditions$7.apply(ExpectedConditions.java:201) | |
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:249) | |
at tra.helpers.AcceptanceHelper.waitForElement(AcceptanceHelper.java:65) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment