Uploaded image for project: 'Nutch'
  1. Nutch
  2. NUTCH-3005

Upgrade selenium as needed

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Implemented
    • 1.19
    • 1.20
    • None
    • None

    Description

      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();

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tallison Tim Allison
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: