抑制“焦点盗窃”浏览器窗口的
是否可以在做其他工作时使用 Selenium?当我运行它时,Selenium 打开的浏览器窗口总是“窃取其他窗口的焦点”。我正在使用 C# 和 Firefox。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到的解决这个问题的最佳方法是从虚拟机内部运行任何长时间运行的测试套件,这样它就可以窃取它想要的所有焦点,并且不会阻止我继续工作。不确定这对于您的情况是否是可行的解决方法。
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.