How to find web elements in android browser

Hello All,

How to find the web elements in android emulator browser (Ex:Chrome?)

use remote debugging option (chrome developer tools)

Launch chrome on your windows -> settings-> more tools->Inspect devices

make sure debugging is turned ON on your android emulator

https://developer.chrome.com/devtools/docs/remote-debugging for more help

1 Like

Hi Anki,

Thank you for your response. I am trying to do from emulator but when i opened the chrome://inspect/#devices link it showing “No devices detected. Please read the remote debugging documentation to verify your device is enabled for USB debugging.”

Can you please help me out from how to enable the activated emulator ?

Vital, you have to enable debugging in emulator itself,
If it still not work then check for “adb devices” command in cmd and make sure emulator device is detected in cmd