Skip to content

Commit

Permalink
[java] Removing the 'ELEMENT' key when serialising RemoteWebElement t…
Browse files Browse the repository at this point in the history
…o json
  • Loading branch information
pujagani committed Mar 17, 2021
1 parent 4ec0cfc commit 50a1a91
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ public String toString() {

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

0 comments on commit 50a1a91

Please sign in to comment.