[Webkit-unassigned] [Bug 202589] Unable to Click on Safari 13

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 10 01:36:17 PDT 2019


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

--- Comment #5 from gerald.ehmayer at gmail.com ---
Can be reproduced with this Java snippet:

driver.get("https://the-internet.herokuapp.com/add_remove_elements/");
assert driver.findElementsByCssSelector(".added-manually").size() == 0;
WebElement button = driver.findElementByCssSelector(".example > button:nth-child(1)");
button.click(); // issue: nothing happens
assert driver.findElementsByCssSelector(".added-manually").size() == 1;

-- 
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/20191010/15171e6c/attachment.html>


More information about the webkit-unassigned mailing list