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 425fab0 commit fb4a79cCopy full SHA for fb4a79c
java/src/org/openqa/selenium/devtools/DevToolsProvider.java
@@ -65,7 +65,7 @@ public DevTools getDevTools() {
65
this.devTools =
66
SeleniumCdpConnection.create(caps)
67
.map(conn -> new DevTools(info::getDomains, conn))
68
- .orElseThrow(() -> new DevToolsException("Unable to create DevTools connection"));;
+ .orElseThrow(() -> new DevToolsException("Unable to create DevTools connection"));
69
}
70
71
0 commit comments