mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Implement tag name selector for FindElementsFromElement WebDriver command
This commit is contained in:
parent
616a81fb27
commit
bf6ea64e8c
5 changed files with 65 additions and 27 deletions
|
@ -2070,6 +2070,15 @@ impl ScriptThread {
|
|||
reply,
|
||||
)
|
||||
},
|
||||
WebDriverScriptCommand::FindElementElementsTagName(selector, element_id, reply) => {
|
||||
webdriver_handlers::handle_find_element_elements_tag_name(
|
||||
&*documents,
|
||||
pipeline_id,
|
||||
element_id,
|
||||
selector,
|
||||
reply,
|
||||
)
|
||||
},
|
||||
WebDriverScriptCommand::FocusElement(element_id, reply) => {
|
||||
webdriver_handlers::handle_focus_element(
|
||||
&*documents,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue