We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8389091 commit 8b45f02Copy full SHA for 8b45f02
java/src/org/openqa/selenium/remote/codec/w3c/W3CHttpCommandCodec.java
@@ -175,6 +175,8 @@ public W3CHttpCommandCodec() {
175
case FIND_CHILD_ELEMENTS:
176
case FIND_ELEMENT:
177
case FIND_ELEMENTS:
178
+ case FIND_ELEMENT_FROM_SHADOW_ROOT:
179
+ case FIND_ELEMENTS_FROM_SHADOW_ROOT:
180
String using = (String) parameters.get("using");
181
Object value = parameters.get("value");
182
0 commit comments