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

Selenium Keys.ESCAPE doesn't work #85

Open VyacheslavRovnyakov opened 11 years ago

VyacheslavRovnyakov commented 11 years ago

WebElement.sendKeys(Keys.ESCAPE) method doesn't generate keypress event in opera browser Versions: operadriver v. 1.1 opera browser v 12.12 OS Windows 7 x64\ Linux Ubuntu 12.10 x64

olak commented 11 years ago

Function and navigation keys should not generate keypress events, see http://www.opera.com/docs/specs/presto2.11/#m211-306

VyacheslavRovnyakov commented 11 years ago

Ok, but still sendKeys(Keys.ESCAPE) doesn't results in key press in browser.