When I run my test on mobile devices, I get this error - Could not start a new session. Possible causes are the invalid address of the remote server or browser start-up failure.
Hi Rhian!
When defining the Remote WebDriver in your test script, you need to remove ‘s’ from ‘https’. After that, the error will be resolved.
Hope this helps!