operaprestodriver
operaprestodriver copied to clipboard
OperaPrestoDriver is a vendor-supported WebDriver implementation that enables programmatic automation of Presto-based Opera products (i.e. v12 and older).
I can't really say anything atm but try it give it a try and let me know
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 2.4.1 to 3.16.3. Release notes Sourced from protobuf-java's releases. Protobuf Release v3.16.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...
Unclosed resource is fixed.
Hi! I try to inject JS: ```js window.scrollTo(0, 200); ``` But nothing happens, a page stays at the same place :( Moreover, `window.pageYOffset` and `window.pageXoffset` contain modified values as if...
Am trying send keys into a text area, it says that send keys was successful in the logs. But, it is not actually sending the keys to that text area....
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...
Hi, Since 2.44.0 release of selenium standalone server, unable to start a session with opera 12.16 on Linux with exception : > 12:25:03.666 WARN - Error for /wd/hub/session > java.lang.NoClassDefFoundError:...
Other browsers ignored it, but Opera didn't.