public SmartphonesPage GoToSmartphonesPage(IWebDriver driver) { actionsHelper.Hover(electronics); actionsHelper.Hover(cellPhones); actionsHelper.Click(cellPhones); return(new SmartphonesPage(driver)); }
public virtual void Click(int x = -1, int y = -1) { ActionsHelper actionsHelper = ActionsHelper.getInstance(); actionsHelper.Click(RelayObject.SEWebElement, x, y); }