抑制“焦点盗窃”浏览器窗口的

发布于 2025-01-07 12:49:12 字数 87 浏览 0 评论 0原文

是否可以在做其他工作时使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

天暗了我发光 2025-01-14 12:49:12

我找到的解决这个问题的最佳方法是从虚拟机内部运行任何长时间运行的测试套件,这样它就可以窃取它想要的所有焦点,并且不会阻止我继续工作。不确定这对于您的情况是否是可行的解决方法。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文