ericmckean / webkitdriver

Automatically exported from code.google.com/p/webkitdriver
0 stars 0 forks source link

Compilation errors after syncing to head of WebDriver #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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