Selenium drivers options issue
Author: nktltvCreated Sep 30, 2024Updated Sep 30, 2024
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));
Source: code4craft/webmagic