nhsuk / ui-test-core

Python package which helps with writing UI tests by providing a wrapper around Selenium and other useful functions
MIT License
12 stars 6 forks source link

You can now set the browser via command line parameters #36

Closed ghufrankhan closed 2 years ago

ghufrankhan commented 2 years ago

Description

Bug fix - You can now set the browser via command line parameters If setting browser via command line, using -Dbrowser=chrome will set context.browser_name to "chrome"

Checklist