public SmartphonesPage GoToSmartphonesPage(IWebDriver driver) { actionsHelper.Hover(electronics); actionsHelper.Hover(cellPhones); actionsHelper.Click(cellPhones); return(new SmartphonesPage(driver)); }