I have 2 classes belonging to the same package in a java testNG project and I have declared \'webdriver driver\' public static in class A. In that class, chrome launched, ur
This is an issue caused by the Firefox version in use, 49.0.2. It's a weird case and unclear why login functionality is being imparted by the browser version in use;however, resolving the issue requires a downgrade to version 46.0. This fixed the problem.