aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r--components/script/script_thread.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index 6263628ea3a..7b0aa00564c 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -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,