[Webkit-unassigned] [Bug 200894] [WebDriver][GTK] WebDriver css-selector fails on WebKitGTK+ 2.25.4 and Fedora 31 (rawhide)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 19 12:55:00 PDT 2019


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

--- Comment #1 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
Created attachment 376704

  --> https://bugs.webkit.org/attachment.cgi?id=376704&action=review

simplified test case to reproduce the issue

I'm attaching a simplified test-case to reproduce the issue.
To test it do the following:
1) On a terminal open WebKitWebDriver to listen on 127.0.0.1:444
WebKitWebDriver --host=127.0.0.1 --port=4444
2) On another terminal run the attached script. Pass "epiphany" to execute epiphany from the webdriver or pass the path to the minibrowser to execute with the MB.

If it works as expected it should print something like:
{"value":null}{"value":[{"element-6066-11e4-a52e-4f735466cecf":"node-31A8F3A7-8142-4F75-B80F-538E5208ED28"}]}

But on Fedora it always prints:
{"value":null}{"value":{"error":"javascript error","message":"Unexpected string literal '/'. Expected ')' to end a compound expression.","stacktrace":""}}

-- 
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/20190819/188a7534/attachment-0001.html>


More information about the webkit-unassigned mailing list