We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing on browserstack on OSX with Safari 8.3 and 9.1 gives an error about setTimeout
Also iOS 8.3,9.3 emulators
Unknown command: setTimeout (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 4 milliseconds Build info: version: '2.45.0', revision: '5017cb8', time: '2015-02-26 23:59:50' System info: host: 'mac-185-44-128-138.browserstack.com', ip: '185.44.128.138', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.11.4', java.version: '1.8.0_65' Driver info: org.openqa.selenium.safari.SafariDriver Capabilities [{browserName=safari, takesScreenshot=true, javascriptEnabled=true, version=9.1, cssSelectorsEnabled=true, platform=MAC, secureSsl=true}] Session ID: null
The text was updated successfully, but these errors were encountered:
This was using the pageLoadTimeout, If I remove it the test starts out but expects the page to load right away
<browserFactory pageLoadTimeout="00:01:00">
Sorry, something went wrong.
disabling safari based browsers with timeout issue SpecBind/specbind#110
e5cb234
No branches or pull requests
Testing on browserstack on OSX with Safari 8.3 and 9.1 gives an error about setTimeout
Also iOS 8.3,9.3 emulators
Unknown command: setTimeout (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 4 milliseconds Build info: version: '2.45.0', revision: '5017cb8', time: '2015-02-26 23:59:50' System info: host: 'mac-185-44-128-138.browserstack.com', ip: '185.44.128.138', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.11.4', java.version: '1.8.0_65' Driver info: org.openqa.selenium.safari.SafariDriver Capabilities [{browserName=safari, takesScreenshot=true, javascriptEnabled=true, version=9.1, cssSelectorsEnabled=true, platform=MAC, secureSsl=true}] Session ID: null
The text was updated successfully, but these errors were encountered: