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.
我正在尝试使用 Firefox 便携版在 python 中进行测试。在普通的 webdriver 中它可以工作,但我想知道如何在远程 webdriver 中做到这一点。我能找到的只是如何传递 firefox 配置文件,但如何指定 webdriver 使用哪个二进制文件?
FirefoxBinary binary = new FirefoxBinary('path/to/binary'); IWebDriver driver = new FirefoxDriver(binary);
希望这会对你有所帮助。
非常 hacky,但您可以修改 Webdriver Firefox 插件以指向您的二进制文件。