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.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index 822d194b0e2..9e20b09ef20 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -1859,6 +1859,15 @@ impl ScriptThread {
reply,
)
},
+ WebDriverScriptCommand::FindElementElementCSS(selector, element_id, reply) => {
+ webdriver_handlers::handle_find_element_element_css(
+ &*documents,
+ pipeline_id,
+ element_id,
+ selector,
+ reply,
+ )
+ },
WebDriverScriptCommand::FocusElement(element_id, reply) => {
webdriver_handlers::handle_focus_element(
&*documents,