I want to run my automation test on Real Devices and I’m passing the capabilities. But my tests are running on emulators/simulators instead of Real Devices. Why is that so?
Hey Mark,
In order to run the tests on Real Devices, you need to pass an additional capability of "isRealMobile", true;. You also need to change the hub URL to @mobile-hub.lambdatest.com/wd/hub.
Users can refer to this link for running the automation tests on Real devices: