Skip to content

Commit

Permalink
[java] only use w3c element (#6393)
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Aug 4, 2022
1 parent 13975e0 commit 218d867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/src/org/openqa/selenium/remote/RemoteWebElement.java
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ public String toString() {

public Map<String, Object> toJson() {
return ImmutableMap.of(
Dialect.OSS.getEncodedElementKey(), getId(),
Dialect.W3C.getEncodedElementKey(), getId());
}
}

0 comments on commit 218d867

Please sign in to comment.