We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48526f9 commit 7385970Copy full SHA for 7385970
tests/address_bar_and_search/test_search_code_google_non_us.py
@@ -55,7 +55,7 @@ def search_code_assert():
55
nav.set_content_context()
56
driver.get("http://example.com")
57
h1_tag = driver.find_element(By.TAG_NAME, "h1")
58
- nav.triple_click_element(h1_tag)
+ nav.triple_click(h1_tag)
59
nav.context_click_element(h1_tag)
60
nav.set_chrome_context()
61
context_menu.get_context_item("context-menu-search-selected-text").click()
0 commit comments