Skip to content

Commit

Permalink
fix: Fix compatibility with latest Selenium snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Dec 11, 2024
1 parent 42480fe commit 0a29a3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ protected void setPrivateFieldValue(
ReflectionHelpers.setPrivateFieldValue(cls, this, fieldName, newValue);
}

protected Map<String, CommandInfo> getAdditionalCommands() {
public Map<String, CommandInfo> getAdditionalCommands() {
//noinspection unchecked
return getPrivateFieldValue(HttpCommandExecutor.class, "additionalCommands", Map.class);
}
Expand Down

0 comments on commit 0a29a3a

Please sign in to comment.