Member-only story

How to test chrome in mobile devices without appium:

Praveen David Mathew
2 min readFeb 27, 2021

You can run chrome in android device straight from selenium:

https://chromedriver.chromium.org/getting-started/getting-started---android

First Connect actual device or emulator:

To start emulator follow the below article about installing android-studio:

To connect an actual mobile instead then use below article, read about enabling debugger mode:

Second make sure you have latest adb version is installed:

download latest from :

https://developer.android.com/studio/releases/platform-tools

the adb will be inside the platform tool folder

Now make sure device is detected and authorized: (these steps are explained in the above…

--

--

Praveen David Mathew
Praveen David Mathew

Written by Praveen David Mathew

An open source advocator/WebdriverIO Projectcommiter/Postman Supernova/Postman-html-extra contributor/Stack overflow sqa moderator/Speaker

No responses yet