From 3604a5aa0c132d36e13ebe5fb0a6bd974e6424e6 Mon Sep 17 00:00:00 2001 From: William Dutton Date: Fri, 7 Jun 2024 15:31:57 +1000 Subject: [PATCH] Update readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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.