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 73bb684 commit 226e931Copy full SHA for 226e931
java/src/org/openqa/selenium/remote/codec/AbstractHttpCommandCodec.java
@@ -174,7 +174,7 @@ public AbstractHttpCommandCodec() {
174
GET_LOCATION, get(sessionId + "/location")); // Not w3c; used in RemoteLocationContext
175
defineCommand(
176
SET_LOCATION, post(sessionId + "/location")); // Not w3c; used in RemoteLocationContext
177
-
+
178
// Virtual Authenticator API
179
String webauthn = sessionId + "/webauthn/authenticator";
180
String webauthnId = webauthn + "/:authenticatorId";
0 commit comments