Tim Allison created NUTCH-3005:
----------------------------------
Summary: Upgrade selenium as needed
Key: NUTCH-3005
URL: https://issues.apache.org/jira/browse/NUTCH-3005
Project: Nutch
Issue Type: Improvement
Reporter: Tim Allison
When we choose to upgrade selenium, we should take note of this blog about
changes in headless chromium:
https://www.selenium.dev/blog/2023/headless-is-going-away/
ChromeOptions options = new ChromeOptions();
options.addArguments("--headless=new");
WebDriver driver = new ChromeDriver(options);
driver.get("https://selenium.dev");
driver.quit();
--
This message was sent by Atlassian Jira
(v8.20.10#820010)