[Webkit-unassigned] [Bug 209233] WebDriver Input clear/value commands fails when target is inside shadow dom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 24 12:01:39 PDT 2020


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

--- Comment #2 from linkgoron <webkitbugzilla at steakexchange.com> ---
Just a note that the isShadowDescendent was kind of a guess... I got the element is not interactable error, went over the code to see where it was thrown, and the only path that made sense to me that would cause the shadow dom issue was the isDescendentOf path. 

Regarding the ElementIsDisplayed change, that's also how the implementation is in Selenium (https://github.com/SeleniumHQ/selenium/blob/trunk/javascript/atoms/domcore.js#L167)

-- 
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/20200924/5d6eece2/attachment.htm>


More information about the webkit-unassigned mailing list