Bug 279099
| Summary: | [WebDriver] imported/w3c/webdriver/tests/classic/switch_to_frame/switch.py::test_frame_id_null is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | WebDriver | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bburg, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Lauro Moura
https://wpt.fyi/results/webdriver/tests/classic/switch_to_frame/switch.py?label=experimental&label=master&aligned
imported/w3c/webdriver/tests/classic/switch_to_frame/switch.py::test_frame_id_null
Failure:
...
with pytest.raises(NoSuchElementException):
> element2.text
...
> raise err
E webdriver.error.StaleElementReferenceException: stale element reference (404): Node with identifier 'node-A596F74D-D118-456D-B540-E1741C4A6D0B' was not found
Changed in WPT by https://phabricator.services.mozilla.com/D101065 (Bug 1684827 - [wdspec] Fix switch to frame tests for "no such element" error instead of "stale element reference".)
> Element references are per browsing context. As such elements as found within a frame are not existent in any parent browsing context, and when retrieving these a "no such element" error has to be returned.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/135765217>
Lauro Moura
Closed in favor of original bug230612
*** This bug has been marked as a duplicate of bug 230612 ***