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 3a02dd7 commit 9fa0a13Copy full SHA for 9fa0a13
src/main/java/io/appium/java_client/service/local/AppiumServiceBuilder.java
@@ -203,7 +203,7 @@ public AppiumServiceBuilder withArgument(ServerArgument argument) {
203
* @return the self-reference.
204
*/
205
public AppiumServiceBuilder withArgument(ServerArgument argument, String value) {
206
- String argName = argument.getArgument().trim().toLowerCase();
+ String argName = argument.getArgument();
207
switch (argName) {
208
case "--port":
209
case "-p":
0 commit comments