There as been API changes recently in WebDriver code base, which causes
webkitdriver compilation breakage. Igor, can you look into these and see if
these are easy to implement?
../driver/src/java/org/openqa/selenium/webkit/WebKitDriver.java:85:
org.openqa.selenium.webkit.WebKitDriver is not abstract and does not override
abstract method executeAsyncScript(java.lang.String,java.lang.Object...) in
org.openqa.selenium.JavascriptExecutor
public class WebKitDriver implements WebDriver, SearchContext,
JavascriptExecutor,
^
../driver/src/java/org/openqa/selenium/webkit/WebKitDriver.java:881:
org.openqa.selenium.webkit.WebKitDriver.WebKitAlert is not abstract and does
not override abstract method sendKeys(java.lang.String) in
org.openqa.selenium.Alert
private class WebKitAlert implements Alert
^
../driver/src/java/org/openqa/selenium/webkit/WebKitDriver.java:896:
org.openqa.selenium.webkit.WebKitDriver.WebKitTimeouts is not abstract and does
not override abstract method
setScriptTimeout(long,java.util.concurrent.TimeUnit) in
org.openqa.selenium.WebDriver.Timeouts
class
Original issue reported on code.google.com by ba...@google.com on 7 Dec 2010 at 12:16
Original issue reported on code.google.com by
ba...@google.com
on 7 Dec 2010 at 12:16