Skip to content

Commit 0a29a3a

Browse files
authored
fix: Fix compatibility with latest Selenium snapshots
1 parent 42480fe commit 0a29a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/appium/java_client/remote/AppiumCommandExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ protected void setPrivateFieldValue(
133133
ReflectionHelpers.setPrivateFieldValue(cls, this, fieldName, newValue);
134134
}
135135

136-
protected Map<String, CommandInfo> getAdditionalCommands() {
136+
public Map<String, CommandInfo> getAdditionalCommands() {
137137
//noinspection unchecked
138138
return getPrivateFieldValue(HttpCommandExecutor.class, "additionalCommands", Map.class);
139139
}

0 commit comments

Comments
 (0)