Problemunvalidated
WebDriver handling between a LoginPage and BasePage causes an error when passing the driver back from LoginPage, so the author tries to use a separate `driver1` in BasePage. They are unsure whether this is the correct approach for building a Selenium Java UI framework.
a9a93cd2-21e7-4fa8-97b4-37b2abe45322
WebDriver handling between a LoginPage and BasePage causes an error when passing the driver back from LoginPage, so the author tries to use a separate driver1 in BasePage. They are unsure whether this is the correct approach for building a Selenium Java UI framework.