17181920212223
private static WebDriver driver; @BeforeStory public void createBrowser(){ driver = new MyDriver(PropertyWebdriver.getDriver()); }