我开始使用下面的方法,似乎效果很好。谢谢大家的帮助。
IWebElement bio = SeleniumDriver.FindElement(By.XPath("path")); Actions actions = new Actions(SeleniumDriver); actions.MoveToElement(bio); actions.Perform();
我开始使用下面的方法,似乎效果很好。谢谢大家的帮助。
IWebElement bio = SeleniumDriver.FindElement(By.XPath("path")); Actions actions = new Actions(SeleniumDriver); actions.MoveToElement(bio); actions.Perform();