Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
renjupauljosev authored Sep 9, 2020
1 parent 1eb8088 commit b4cbf8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@

Flutter appium finder plugin for appium-java client

Sample code
```
FlutterFinder finder = new FlutterFinder(driver);
FlutterElement element = finder.byKey("welcomeStartBtn");
element.click();
```

0 comments on commit b4cbf8b

Please sign in to comment.