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.
PythonでのテストにFirefoxポータブルを使用しようとしています。プレーンなWebドライバーでは機能しますが、リモートWebドライバーでそれを行う方法を知りたいと思っていました。私が見つけたのはfirefoxプロファイルを渡す方法だけですが、使用するバイナリをwebdriverに指定する方法は?
FirefoxBinary binary = new FirefoxBinary('path/to/binary'); IWebDriver driver = new FirefoxDriver(binary);
これがお役に立てば幸いです。
非常にハックですが、バイナリを指すように Webdriver Firefox プラグインを変更できます。