Skip to content
New issue

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

Opera: No response on ECMAScript evaluation command #96

Open
ShockwaveNN opened this issue Nov 5, 2013 · 3 comments
Open

Opera: No response on ECMAScript evaluation command #96

ShockwaveNN opened this issue Nov 5, 2013 · 3 comments

Comments

@ShockwaveNN
Copy link

  1. Create this script file:
    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
  2. run it

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

@bobobo1618
Copy link

Getting this error too. On Saucelabs, which runs Opera 12 on Windows Server

@zeitnot
Copy link

zeitnot commented Jul 7, 2014

I have the same problem.

@Lenykmax
Copy link

And me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants