[Webkit-unassigned] [Bug 166679] [GTK][META] WebDriver implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 7 23:37:18 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=166679

--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com> ---
The WebDriver implementation is 95% cross-platform. For the GTK+ port we have a few bits of libsoup for the HTTP server implementation and GTK part (GTK as in GTK port, not that GTK+ is used at all) just to launch the browser and handle some specific capabilities like enabling/disabling overlay scrollbars in tests. So, only that part would be needed in WPE in the WebDriver implementation itself. However, it uses the remote inspector mechanism for the communication with the browser, so WPE would need to switch to use remote inspector, but they prefer to stay with the legacy web sockets approach. Maybe it's possible to use both at the same time, and use the remote inspector only for automation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170508/766c8ca6/attachment.html>


More information about the webkit-unassigned mailing list