We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AppiumBy
toString
1 parent 3fd3bac commit 73c44c6Copy full SHA for 73c44c6
src/main/java/io/appium/java_client/AppiumBy.java
@@ -48,7 +48,7 @@ protected AppiumBy(String selector, String locatorString, String locatorName) {
48
}
49
50
@Override public String toString() {
51
- return String.format("By.%s: %s", locatorName, remoteParameters.value());
+ return String.format("AppiumBy.%s: %s", locatorName, remoteParameters.value());
52
53
54
/**
0 commit comments