Ejemplo n.º 1
0
        public SmartphonesPage GoToSmartphonesPage(IWebDriver driver)
        {
            actionsHelper.Hover(electronics);
            actionsHelper.Hover(cellPhones);
            actionsHelper.Click(cellPhones);

            return(new SmartphonesPage(driver));
        }