Skip to content

Commit 6deca60

Browse files
Merge pull request #705 from SrinivasanTarget/masterfix
Fix #704
2 parents 8f914fb + 4d87d93 commit 6deca60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/io/appium/java_client/DefaultGenericMobileDriver.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,10 @@ public List findElementsByXPath(String using) {
150150
@Deprecated public Mouse getMouse() {
151151
return super.getMouse();
152152
}
153+
154+
@Override
155+
public String toString() {
156+
return String.format("%s: %s", getPlatformName(),
157+
getAutomationName());
158+
}
153159
}

0 commit comments

Comments
 (0)