how to start selendroid inspector and find the webelement in UI

1.2k Views Asked by At

how to start selendroid inspector i am getting error "Selendroid inspector can only be used if there is an active test session running. To start a test session, add a break point into your test code and run the test in debug mode.

1

There are 1 best solutions below

0
On
  1. Run your test case in debug mode and add breakpoints to the test method.
  2. Then open your browser and http://localhost:4444/inspector

You can inspect elements.