Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement WebDriver FindElementFromElement command #23008
Conversation
highfive
commented
Mar 9, 2019
|
Heads up! This PR modifies the following files:
|
highfive
commented
Mar 9, 2019
| @@ -766,6 +766,42 @@ impl Handler { | |||
| } | |||
| } | |||
|
|
|||
| // https://w3c.github.io/webdriver/#find-element-from-element | |||
| fn handle_find_element_element( | |||
This comment has been minimized.
This comment has been minimized.
CYBAI
Mar 10, 2019
Collaborator
How about let's use the name element from element for this feature?
ElementElement looks not easy to understand for me
ex. handle_find_element_from_element, FindElementFromElement
This comment has been minimized.
This comment has been minimized.
georgeroman
Mar 10, 2019
Author
Contributor
element from element also sounds better to me, but I wanted to keep the name consistent with that of the webdriver crate command: https://searchfox.org/mozilla-central/source/testing/webdriver/src/command.rs
|
@bors-servo r+ thanks! |
|
|
…_elem, r=Manishearth Implement WebDriver FindElementFromElement 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 <!-- 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/23008) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
…_elem, r=Manishearth Implement WebDriver FindElementFromElement 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 <!-- 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/23008) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
…_elem, r=Manishearth Implement WebDriver FindElementFromElement 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 <!-- 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/23008) <!-- Reviewable:end -->
|
|
georgeroman commentedMar 9, 2019
•
edited by SimonSapin
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is