...
- When testing a page using multiple login accounts, each instance of the page should have its own non-static web driver.
- The instances of the page will be instantiated using a factory with a data provider that exists in the BasePageTest class. The individual web drivers will also be instantiated within the factory.
...