Bug 230612 - [WebDriver] Fix element references after tab switch or close
Summary: [WebDriver] Fix element references after tab switch or close
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-09-22 05:31 PDT by Carlos Garcia Campos
Modified: 2021-09-29 05:32 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2021-09-22 05:31:31 PDT
We return stale element reference instead of no such element.

imported/w3c/webdriver/tests/element_clear/clear.py::test_no_top_browsing_context
imported/w3c/webdriver/tests/element_click/click.py::test_no_top_browsing_context
imported/w3c/webdriver/tests/element_send_keys/send_keys.py::test_no_top_browsing_context
imported/w3c/webdriver/tests/get_element_attribute/get.py::test_no_top_browsing_context
imported/w3c/webdriver/tests/get_element_css_value/get.py::test_no_top_browsing_context
imported/w3c/webdriver/tests/get_element_property/get.py::test_no_top_browsing_context
imported/w3c/webdriver/tests/get_element_rect/get.py::test_no_top_browsing_context
imported/w3c/webdriver/tests/get_element_text/get.py::test_no_top_browsing_context
imported/w3c/webdriver/tests/get_element_tag_name/get.py::test_no_top_browsing_context
imported/w3c/webdriver/tests/is_element_enabled/enabled.py::test_no_top_browsing_context
imported/w3c/webdriver/tests/is_element_selected/selected.py::test_no_top_browsing_context
imported/w3c/webdriver/tests/switch_to_window/switch.py::test_element_not_found_after_tab_switch
Comment 1 Radar WebKit Bug Importer 2021-09-29 05:32:16 PDT
<rdar://problem/83667452>