Skip to content

Commit

Permalink
🔀 Merge pull request #6 from FleksySDK/update_docs
Browse files Browse the repository at this point in the history
📝 Add instructions on how to install drivers for appium 2.0 in the docs
  • Loading branch information
astariul authored Mar 28, 2024
2 parents be9927f + c76f3a6 commit b4c85c8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/emu_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ Install Appium 2.0 by following [their official documentation](https://appium.io

---

Then install the required drivers :

```bash
# For Android
appium driver install uiautomator2

# For iOS
appium driver install xcuitest
```

---

To start Appium, open a new terminal and type :

```bash
Expand Down

0 comments on commit b4c85c8

Please sign in to comment.