Is your feature request related to a problem? Please describe.
If I'm not using Behave, I'm not able to use the browser_handler utility as the prepare_browser and it's subsequent methods all use the context.
Describe the solution you'd like
I'd like to see the browser_handler methods only ask for the parameters it needs to work, not rely on the catch all context variable used in the Behave framework
Describe alternatives you've considered
None
Additional context
I'd like to use this module with any test runner; such as pytest, nose, or lettuce
Is your feature request related to a problem? Please describe.
If I'm not using Behave, I'm not able to use the browser_handler utility as the prepare_browser and it's subsequent methods all use the context.
Describe the solution you'd like
I'd like to see the browser_handler methods only ask for the parameters it needs to work, not rely on the catch all context variable used in the Behave framework
Describe alternatives you've considered
None
Additional context
I'd like to use this module with any test runner; such as pytest, nose, or lettuce