[Webkit-unassigned] [Bug 207783] Safaridriver is unable to click on elements in Safari 13 and STP 100

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 11 11:01:16 PDT 2020


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

--- Comment #3 from Tatyana <tatyana at novacredit.com> ---
@Brian Burg,
With some research I found out that safaridriver does click on an element with .click() method, but it does click below an element (reference: https://github.com/SeleniumHQ/selenium/issues/7649).
And the only workaround for now is to use
driver.executeScript('arguments[0].click()', element);

Do you have plans to fix the issue with .click() method in near future? 

Thank you for you time!

-- 
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/20200311/d7a05714/attachment.htm>


More information about the webkit-unassigned mailing list