[
https://issues.apache.org/jira/browse/NUTCH-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebastian Nagel updated NUTCH-3005:
-----------------------------------
Affects Version/s: 1.19
> Upgrade selenium as needed
> --------------------------
>
> Key: NUTCH-3005
> URL: https://issues.apache.org/jira/browse/NUTCH-3005
> Project: Nutch
> Issue Type: Improvement
> Affects Versions: 1.19
> Reporter: Tim Allison
> Priority: Trivial
>
> 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)