public void Click_PinkSneaker_Addtocart() { Actions action = new Actions(Hooks.driver); IWebElement Hover = Hooks.driver.FindElement(By.XPath(" //div[contains(@class,'product productid-8')]//img[contains(@class,'photo ls-is-cached lazyloaded')]")); action.MoveToElement(Hover).Perform(); ImagAddtoCart.Click(); }
public void AddToCartImage() { ImagAddtoCart.Click(); }