0
create a Base class with driver initialization in static method and class variable like public static WebDriver driver = null;. then everywhere call this BaseClass.initialization() to get the driver and set the properties as per need