Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add support for returning array-like types from the Execute(Async)Scr…
…ipt wd command
- Loading branch information
1 parent
b3c0ed2
commit 58f80f4
Showing
22 changed files
with
88 additions
and
187 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 1 addition & 12 deletions
13
tests/wpt/metadata/webdriver/tests/element_send_keys/form_controls.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,2 @@ | ||
[form_controls.py] | ||
[test_textarea] | ||
expected: FAIL | ||
|
||
[test_input_append] | ||
expected: FAIL | ||
|
||
[test_textarea_append] | ||
expected: FAIL | ||
|
||
[test_input] | ||
expected: FAIL | ||
|
||
disabled: Triggers setup errors in other tests |
15 changes: 0 additions & 15 deletions
15
tests/wpt/metadata/webdriver/tests/execute_script/collections.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,10 @@ | ||
[collections.py] | ||
[test_html_form_controls_collection] | ||
expected: FAIL | ||
|
||
[test_html_options_collection] | ||
expected: FAIL | ||
|
||
[test_file_list] | ||
expected: FAIL | ||
|
||
[test_arguments] | ||
expected: FAIL | ||
|
||
[test_html_collection] | ||
expected: FAIL | ||
|
||
[test_array] | ||
expected: FAIL | ||
|
||
[test_node_list] | ||
expected: FAIL | ||
|
||
[test_html_all_collection] | ||
expected: FAIL | ||
|
12 changes: 3 additions & 9 deletions
12
tests/wpt/metadata/webdriver/tests/execute_script/cyclic.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
[cyclic.py] | ||
[test_element_in_collection] | ||
expected: FAIL | ||
|
||
[test_object_in_array] | ||
expected: FAIL | ||
|
||
[test_object] | ||
expected: FAIL | ||
|
||
[test_array] | ||
expected: FAIL | ||
|
||
[test_array_in_object] | ||
expected: FAIL | ||
|
||
[test_element_in_object] | ||
expected: FAIL | ||
|
||
[test_element_in_collection] | ||
expected: | ||
if os == "mac": FAIL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,3 @@ | |
[test_abort_by_user_prompt_twice[alert\]] | ||
expected: FAIL | ||
|
||
[test_override_listeners] | ||
expected: FAIL | ||
|
4 changes: 0 additions & 4 deletions
4
tests/wpt/metadata/webdriver/tests/execute_script/properties.py.ini
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
tests/wpt/metadata/webdriver/tests/find_element/find.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
tests/wpt/metadata/webdriver/tests/find_element_from_element/find.py.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.