gpt4 book ai didi

selenium - 如何使用 RemoteWebDriver 指示 Firefox 配置文件

转载 作者:行者123 更新时间:2023-12-04 22:37:02 36 4
gpt4 key购买 nike

查看 Selenium 2.0 (alpha 7) 源,似乎可以通过功能 API 设置 RemoteWebDriver 的 Ff 配置文件。然而,人们将如何做到这一点尚不清楚。

有任何想法吗?

最佳答案

FirefoxProfile profile = new FirefoxProfile();

// OR
// FirefoxProfile profile = new FirefoxProfile(new File(...));

// Init your profile

// OR
// If you created the profile by providing a path to it,
// the path should refer to the one on the host of the WD server

DesiredCapabilities caps = DesiredCapabilities.firefox();
caps.setCapability(FirefoxDriver.PROFILE, profile);

WebDriver driver = new RemoteWebDriver(new URL("http://<....>:4444/wd/hub"), caps);

关于selenium - 如何使用 RemoteWebDriver 指示 Firefox 配置文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4379456/

36 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com