有没有办法在离线模式下运行 Selenium 测试?如果我在 firefox 配置文件中设置离线模式,selenium 会卡在 selenium.start()。我正在使用 python 客户端驱动程序。代码如下
sel = selenium('localhost', 4444, '*firefox', 'file:///home/user/selenium/selenium-python/client-driver-1.0.1/inputs/input.html')
sel.start()
sel.open('file:///home/user/selenium/selenium-python/client-driver-1.0.1/inputs/input.html')