ericmckean / webkitdriver

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

should expose C interface #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The current code is tightly coupled to the Java language. It would be great if 
webkitdriver could expose a pure-C interface similar (or if possible, 
identical) to what's provided by the IE driver:

http://code.google.com/p/selenium/source/browse/trunk/jobbie/src/cpp/InternetExp
lorerDriver/webdriver.h

This would make it easy to create bindings for other languages (e.g. via 
FFI/ctypes).   

Original issue reported on code.google.com by jari.bakken on 12 Jun 2010 at 4:18

GoogleCodeExporter commented 9 years ago
Right. Implementing the remote server as suggested by Simon would remove the 
need for this. Please close.

Original comment by jari.bakken on 6 Oct 2010 at 9:50