You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TabDriver
-
Wrapper for selenium
to make it easier to use.
-
Must use Chrome
(not Chromium
).
-
Must supply .properties
file with.
chrome.driver.path=
headless=false
download.dir=
-
Usage:
var confPath = Path.of("/foo/tabdriver.properties");
var td = TabDriverBuilder.build(confPath);