diff --git a/README.md b/README.md index cb01211..9af3bc7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -##Selenium Helper## -[![CircleCI](https://circleci.com/gh/qld-gov-au/seleniumHelper.svg?style=svg)](https://circleci.com/gh/qld-gov-au/seleniumHelper) +## Selenium Helper + +[![Java CI](https://github.com/qld-gov-au/seleniumHelper/actions/workflows/test.yml/badge.svg)](https://github.com/qld-gov-au/seleniumHelper/actions/workflows/test.yml) This library will load the correct Driver for your browser you choose and ensure that no browser is left behind when it closes -###Main Entry point### +### Main Entry point SeleniumHelper.getWebDriverHolder() Environment Args that you can use: @@ -18,7 +19,7 @@ Environment Args that you can use: These variables are passed through to the browser it seems -###Change log### +### Change log * Allow hand off without deleting cookies * Allow browser reuse to be changed from default 10 to your preferred usage.