operasoftware / operaprestodriver

OperaPrestoDriver is a vendor-supported WebDriver implementation that enables programmatic automation of Presto-based Opera products (i.e. v12 and older).
http://code.google.com/p/selenium/wiki/OperaDriver
Apache License 2.0
149 stars 65 forks source link

Feature Request: Implement executeAsyncScript #97

Open juliemr opened 10 years ago

juliemr commented 10 years ago

Being able to execute asynchronous script on the browser is a great feature. Would be great to have OperaDriver implement this instead of throwing an UnsupportedOperation error.

Context: https://github.com/operasoftware/operadriver/blob/master/src/com/opera/core/systems/OperaDriver.java#L968