Skip to content

Commit

Permalink
Merge pull request #705 from SrinivasanTarget/masterfix
Browse files Browse the repository at this point in the history
Fix #704
  • Loading branch information
TikhomirovSergey authored Aug 28, 2017
2 parents 8f914fb + 4d87d93 commit 6deca60
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,10 @@ public List findElementsByXPath(String using) {
@Deprecated public Mouse getMouse() {
return super.getMouse();
}

@Override
public String toString() {
return String.format("%s: %s", getPlatformName(),
getAutomationName());
}
}

0 comments on commit 6deca60

Please sign in to comment.