如何使用 WebDriver 验证正在显示的图像是 Selenium 中的正确路径/名称?
我开始使用此代码但不确定:
string _active = "<img style="display: ;" alt="Active" src="../App_Themes/Default/images/check.png"/>";
driver.FindElement(By.XPath("//*[@id='ctl00_ContentPlaceHolder1_AddeCardControl1_gv']/tbody/tr[11]/td[7]/img")).Text.Contains(_active);