[Webkit-unassigned] [Bug 183278] Automation: stale elements not detected when removed from the DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 2 10:44:08 PST 2018


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

Brian Burg <bburg at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #334885|review?                     |review+
              Flags|                            |

--- Comment #2 from Brian Burg <bburg at apple.com> ---
Comment on attachment 334885
  --> https://bugs.webkit.org/attachment.cgi?id=334885
Patch

I hope we don't have 1000's of nodes or this could get expensive. It would be nice to just check the validity of the requested node, but I guess any node could be requested via script. We'd have to find the web elements after transforming JS payload to elements.

Let's just keep this version unless we think it's actually causing a performance problem. I like simple and brute force when we can get away with it.

r=me

-- 
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/20180302/d1b53370/attachment.html>


More information about the webkit-unassigned mailing list