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 c8e7f80c83
+ update tabdriver for the new millenium
1 year ago
src/main/java/com/olexyn/tabdriver + update tabdriver for the new millenium 1 year ago
.gitignore init 2 years ago
.tool-versions + update tabdriver for the new millenium 1 year ago
LICENSE.md init 2 years ago
README.adoc + update tabdriver for the new millenium 1 year ago
deploy.sh + update tabdriver for the new millenium 1 year ago
pom.xml + update tabdriver for the new millenium 1 year ago

README.adoc

= TabDriver

:stylesheet: ../shared/adoc-styles.css
:toc:
:toclevels: 4


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