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 (#1559)
  • Loading branch information
valfirst committed Oct 29, 2021
1 parent 3fd3bac commit 73c44c6
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 73c44c6

Please sign in to comment.