Implement ElementClick wd command

This commit is contained in:
George Roman 2019-08-28 00:00:23 +03:00
parent b2a7fc9046
commit 32f7254883
16 changed files with 336 additions and 142 deletions

View file

@ -1,2 +1,7 @@
[bubbling.py]
disabled: Unimplemented WebDriver command
[test_click_event_bubbles_to_parents]
expected: FAIL
[test_spin_event_loop]
expected: FAIL

View file

@ -1,2 +1,2 @@
[center_point.py]
disabled: Unimplemented WebDriver command
disabled: Intermittent failures

View file

@ -1,2 +1,4 @@
[click.py]
disabled: Unimplemented WebDriver command
[test_no_browsing_context]
expected: ERROR

View file

@ -1,2 +0,0 @@
[file_upload.py]
disabled: Unimplemented WebDriver command

View file

@ -1,2 +1,2 @@
[interactability.py]
disabled: Unimplemented WebDriver command
disabled: Interactability is not checked yet

View file

@ -1,2 +1,16 @@
[navigate.py]
disabled: Unimplemented WebDriver command
[test_multi_line_link]
expected: FAIL
[test_link_unload_event]
expected: FAIL
[test_link_closes_window]
expected: FAIL
[test_link_hash]
expected: FAIL
[test_numbers_link]
expected: FAIL

View file

@ -1,2 +1,2 @@
[scroll_into_view.py]
disabled: Unimplemented WebDriver command
disabled: scrollIntoView is not implemented

View file

@ -1,2 +1,16 @@
[select.py]
disabled: Unimplemented WebDriver command
[test_click_selected_option]
expected: FAIL
[test_click_preselected_option]
expected: FAIL
[test_out_of_view_dropdown]
expected: FAIL
[test_click_deselects_others]
expected: FAIL
[test_click_option]
expected: FAIL

View file

@ -1,2 +0,0 @@
[stale.py]
disabled: Unimplemented WebDriver command

View file

@ -3,5 +3,4 @@
expected: FAIL
[test_element_in_collection]
expected:
if os == "mac": FAIL
expected: FAIL