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 ea73d44 commit 031c8cfCopy full SHA for 031c8cf
java/src/org/openqa/selenium/bidi/script/BUILD.bazel
@@ -17,7 +17,6 @@ java_library(
17
],
18
deps = [
19
"//java/src/org/openqa/selenium:core",
20
- "//java/src/org/openqa/selenium/bidi/log",
21
"//java/src/org/openqa/selenium/json",
22
"//java/src/org/openqa/selenium/remote/http",
23
artifact("com.google.auto.service:auto-service-annotations"),
java/src/org/openqa/selenium/bidi/script/ExceptionDetails.java
@@ -21,7 +21,6 @@
import java.util.Map;
import java.util.TreeMap;
24
-import org.openqa.selenium.bidi.log.StackTrace;
25
import org.openqa.selenium.json.JsonInput;
26
27
public class ExceptionDetails {
0 commit comments