kazurayam / chromedriverfactory

A Java library that enables you to launch Selenium ChromeDriver using an existing user Profile. That let you to carry cookies over multiple HTTP sessions via user Profile.
0 stars 0 forks source link

The test classes should use HEADLESS browser #68

Closed kazurayam closed 6 months ago

kazurayam commented 6 months ago

When the tests are running, browser's windows repeats open and closing often; that is annoying. Should use HEADLESS browser.

kazurayam commented 6 months ago

done at v0.7.1

kazurayam commented 6 months ago

An exception: see #73

The test examples.GettingClipboardContent # testReadingClipboar fails if Chrom is headless.