Member-only story
How to test chrome in mobile devices without appium:
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…