尝试单击单选按钮时出现以下错误:
无法单击元素。
我的代码是:
public static IWebDriver WebDriver = new InternetExplorerDriver();
var radioButton = WebDriver.FindElement(By.XPath("//input[@name='" +
elementName + "' and @value='" + value + "']"));
radioButton.Click();
尝试单击单选按钮时出现以下错误:
无法单击元素。
我的代码是:
public static IWebDriver WebDriver = new InternetExplorerDriver();
var radioButton = WebDriver.FindElement(By.XPath("//input[@name='" +
elementName + "' and @value='" + value + "']"));
radioButton.Click();