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')