mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Implement tag name selector for FindElements WebDriver command
This commit is contained in:
parent
7d5b324bda
commit
dec73e4cea
5 changed files with 47 additions and 14 deletions
|
@ -2035,6 +2035,14 @@ impl ScriptThread {
|
|||
reply,
|
||||
)
|
||||
},
|
||||
WebDriverScriptCommand::FindElementsTagName(selector, reply) => {
|
||||
webdriver_handlers::handle_find_elements_tag_name(
|
||||
&*documents,
|
||||
pipeline_id,
|
||||
selector,
|
||||
reply,
|
||||
)
|
||||
},
|
||||
WebDriverScriptCommand::FindElementElementCSS(selector, element_id, reply) => {
|
||||
webdriver_handlers::handle_find_element_element_css(
|
||||
&*documents,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue