From c76f3a6df0e8d7bfa98e08d32eb21d9af51730cb Mon Sep 17 00:00:00 2001 From: Astariul Date: Thu, 28 Mar 2024 09:14:50 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20instructions=20on=20how=20?= =?UTF-8?q?to=20install=20drivers=20for=20appium=202.0=20in=20the=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/emu_setup.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/emu_setup.md b/docs/emu_setup.md index 98d6832..3a72e04 100644 --- a/docs/emu_setup.md +++ b/docs/emu_setup.md @@ -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