Hi can anyone advise on how to get mink to return the sessionid from browser stack
For Selenium this is how it is done ->
Session ID
To obtain the session ID of a running BrowserStack Automate session:
$web_driver->getSessionID();
Thank you in advance.