How to fetch session ID of my Selenium test on LambdaTest via Java?
Hi Matthew,
You can use driver.getSessionId()
to get session ID of your running test.
How to fetch session ID of my Selenium test on LambdaTest via Java?
Hi Matthew,
You can use driver.getSessionId()
to get session ID of your running test.