Skip to content

Commit

Permalink
refactor: change prefix to AppiumBy in locator toString implement…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
valfirst committed Oct 28, 2021
1 parent da8fde2 commit a54e7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/appium/java_client/AppiumBy.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ protected AppiumBy(String selector, String locatorString, String locatorName) {
}

@Override public String toString() {
return String.format("By.%s: %s", locatorName, remoteParameters.value());
return String.format("AppiumBy.%s: %s", locatorName, remoteParameters.value());
}

/**
Expand Down

0 comments on commit a54e7cc

Please sign in to comment.