pyfunct
pyfunct copied to clipboard
Add option to reuse browser
Now, a new browser is created on every setUp, which slows down the tests. Usually you don't need a new instance, so make it possible to reuse the last browser but don't create a new one by default.