[Webkit-unassigned] [Bug 216479] SafariDriver throws NoSuchElementException attempting to find child of element reference that's gone stale

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 14 07:04:42 PDT 2020


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

--- Comment #1 from Scott Babcock <scoba at hotmail.com> ---
Migrated from https://github.com/SeleniumHQ/selenium/issues/8376

In my original code, I called each method before and after the `refresh`. Prior to refreshing the session, `getTagName` returns "table" and `findElement` returns the child "tr" element. I revised the repro code to include these happy-path method calls.

Other drivers I've tried (ChromeDriver, FirefoxDriver, HtmlUnitDriver, GhostDriver) all exhibit the expected behavior. This is definitely a bug in SafariDriver, or perhaps in Safari itself.

-- 
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/20200914/7081ad27/attachment.htm>


More information about the webkit-unassigned mailing list