minkphp / docs

Mink documentation
https://mink.behat.org
83 stars 44 forks source link

Would like mink to return browserstack sessionid. #74

Open ijerry opened 7 years ago

ijerry commented 7 years ago

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.