Auto merge of #24090 - georgeroman:implement_element_click_wd_command, r=jdm

Implement ElementClick wd command

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

<!-- Either: -->
- [X] There are tests for these changes

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24090)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-09-04 12:25:50 -04:00 committed by GitHub
commit 068997cd30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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