Adds Tabs to Selenium WebDriver.
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.
 
 
io42630 75b6fd2068
push
1 year ago
src/main/java/com/olexyn/tabdriver push 1 year ago
.gitignore init 2 years ago
.tool-versions init 2 years ago
LICENSE.md init 2 years ago
README.md improve creation 2 years ago
pom.xml improve creation 2 years ago

README.md

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