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.
我试图在使用 selenium 运行测试时禁用 dns 预取。
我尝试在 chromeOptions 上使用 arg“--dns-prefetch-disable”,但什么也没发生。
有人设法解决了吗?
谢谢!