aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/embedder/webdriver.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/shared/embedder/webdriver.rs')
-rw-r--r--components/shared/embedder/webdriver.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/shared/embedder/webdriver.rs b/components/shared/embedder/webdriver.rs
index 324906c2584..9577163411e 100644
--- a/components/shared/embedder/webdriver.rs
+++ b/components/shared/embedder/webdriver.rs
@@ -170,6 +170,7 @@ pub enum WebDriverJSError {
/// Occurs when handler received an event message for a layout channel that is not
/// associated with the current script thread
BrowsingContextNotFound,
+ JSException(WebDriverJSValue),
JSError,
StaleElementReference,
Timeout,