The WebDriver w3c spec <http://www.w3.org/TR/2012/WD-webdriver-20120710/> was
recently published as a first public working draft.  The primary goal of
the API is to enable website testing from a user's perspective (finding
elements, typing, clicking).  Like the WebKit Inspector, WebDriver hopes to
aid developers in the process of developing/testing their website.

Currently Chromium supports this API through a separately distributed
binary.  I wanted to get some feedback on the idea of supporting WebDriver
in WebCore itself (perhaps as a WebCore module, or perhaps in a similar way
as the WebKit Inspector).  The main benefit of this would be that the
WebDriver implementation could be shared among all interested WebKit ports.

Thanks
Ken
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to