IntelliJ debugging problems
Answered
Hi support team,
I'm new to IntelliJ. When I used Eclipse to debug the selenium test and then I stop the program, and I can keep my browser opening. But it seems not to work in IntelliJ, this IDE stops the program and close my browser web driver. Please give me some guide to prevent this issue.
Thank you.
Please sign in to leave a comment.
What test framework do you use?
Do you have the code in your tests that will terminate the browser after the test is completed?
Check that methods from https://sqa.stackexchange.com/questions/1941/how-do-i-close-the-browser-window-at-the-end-of-a-selenium-test are not used.