Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用 Singleton 与多个浏览器并行执行吗?如果是,如何。
我在本地机器上遇到问题。
我认为这是不可能的,Singleton 允许您只创建一个与浏览器会话相关的 WebDriver 实例,因此不可能使用多个浏览器进行并行执行