Open nktltv opened 1 month ago
Have the same issue both for Firefox Gecko driver and Chromedriver. Appears because of merging options with sCaps:
mDriver = new FirefoxDriver(new FirefoxOptions(sCaps)); mDriver = new ChromeDriver(new ChromeOptions().merge(sCaps));
您的邮件我已收到,祝你天天开心!
Moreover, it'd be really nice to be able to add custom Chrome configurations, at least make it run headless
Have the same issue both for Firefox Gecko driver and Chromedriver. Appears because of merging options with sCaps: