Getting Browser timeout issue while running automation test script

Hi, I am getting a BROWSER TIMEOUT error while running the automation test script on LambdaTest platform. I am using java with the TestNG framework.

Please help

1 Like

Hi Brett,

Hope you doing well!

You are using both driver.close and driver.quit command, due to which you are getting this issue. You just need to remove the driver.close command and then try to run your automation test script.

Happy Helping!

1 Like