MicrosoftEdge - WebDriver - 当我尝试使用SelectElement时出错

时间:2015-08-27 19:34:01

标签: webdriver microsoft-edge

当我尝试使用MicrosoftEdge驱动程序设置Support.UI.SelectElement时,我收到“未知错误”。这适用于IE,Chrome和Firefox。

我正在使用Selenium C#2.47。

示例代码

dim e As OpenQA.Selenium.IWebElement
e = driver.FindElement(By.Id(id))
dim combo As OpenQA.Selenium.Support.UI.SelectElement
combo = New OpenQA.Selenium.Support.UI.SelectElement(e)
  

错误消息:未知错误

     

StackTrace :在OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response   errorResponse)at   OpenQA.Selenium.Remote.RemoteWebDriver.Execute(字符串   driverCommandToExecute,Dictionary'2参数)at   OpenQA.Selenium.Remote.RemoteWebDriver.InternalExecute(字符串   driverCommandToExecute,Dictionary'2参数)at   OpenQA.Selenium.Remote.RemoteWebElement.Execute(字符串   commandToExecute,Dictionary'2参数)at   OpenQA.Selenium.Remote.RemoteWebElement.GetAttribute(字符串   attributeName)at   OpenQA.Selenium.Support.UI.SelectElement..ctor(IWebElement element)

任何人都有解决方法吗?

谢谢, 克里斯蒂安

0 个答案:

没有答案