Is it possible to use Selenium whilst doing other work? When I run it the browser windows opened by Selenium always ‘steal the focus’ of my other windows. I am using C# and Firefox.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The best workaround to this problem that I’ve been able to find is to run any long running test suites from inside of a VM so that it can steal all the focus it wants and it doesn’t prevent me from continuing to do work. Not sure if this is a feasible workaround for your circumstances or not though.