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
For chrome and firefox it's works fine, but in Opera it crashes on last line (element.click) with this stack:
Uncaught exception: No response on ECMAScript evaluation command Build info: version: '2.29.0', revision: '58258c3', time: '2013-01-17 22:46:35' System info: os.name: 'Linux', os.arch: 'i386', os.version: '3.2.0-35-generic', java.version: '1.7.0_10'
Selenium version: 2.37.0 OS: Ubuntu 13.10 Browser: Opera 12.16
The text was updated successfully, but these errors were encountered:
Getting this error too. On Saucelabs, which runs Opera 12 on Windows Server
Sorry, something went wrong.
I have the same problem.
And me
No branches or pull requests
require "selenium-webdriver"
driver = Selenium::WebDriver.for :opera
driver.navigate.to "http://selenium-bug.teamlab.com"
element = driver.find_element(:xpath, "//input[@id='login']")
element.send_keys("[email protected]")
element = driver.find_element(:xpath, "//input[@id='pwd']")
element.send_keys("123456")
element = driver.find_element(:xpath, "//*[@id='loginButton']")
element.click
For chrome and firefox it's works fine, but in Opera it crashes on last line (element.click) with this stack:
Uncaught exception: No response on ECMAScript evaluation command
Build info: version: '2.29.0', revision: '58258c3', time: '2013-01-17 22:46:35'
System info: os.name: 'Linux', os.arch: 'i386', os.version: '3.2.0-35-generic', java.version: '1.7.0_10'
Selenium version: 2.37.0
OS: Ubuntu 13.10
Browser: Opera 12.16
The text was updated successfully, but these errors were encountered: