Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/selenium/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
selenium safari驱动程序System.NotImplementedException_Selenium_Safari_Selenium Grid_Safaridriver - Fatal编程技术网

selenium safari驱动程序System.NotImplementedException

selenium safari驱动程序System.NotImplementedException,selenium,safari,selenium-grid,safaridriver,Selenium,Safari,Selenium Grid,Safaridriver,我在mac OS Sierra上使用selenium grid 3.3.1,并从windows远程运行命令(使用C#with selenium 3.3.1)。 当我尝试使用ExpectedConditions.Element可禁用时,出现以下异常: 捕获到System.NotImplementedException HResult=-2147467263 消息=构建信息:版本:“3.3.1”,修订版:“5234b32”,时间:“2017-03-10 09:04:52-0800” 系统信息:主机:

我在mac OS Sierra上使用selenium grid 3.3.1,并从windows远程运行命令(使用C#with selenium 3.3.1)。 当我尝试使用ExpectedConditions.Element可禁用时,出现以下异常:

捕获到System.NotImplementedException HResult=-2147467263 消息=构建信息:版本:“3.3.1”,修订版:“5234b32”,时间:“2017-03-10 09:04:52-0800” 系统信息:主机:'192-0-16-223.yunm.com',ip:'fe80:0:0:cb9:60b0:d3e1:6bb5%en0',os.name:'Mac os X',os.arch:'x86_64',os.version:'10.12.2',java.version:'1.8.0_111' 驱动程序信息:org.openqa.selenium.safari.SafariDriver 功能[{applicationCacheEnabled=true,rotatable=false,databaseEnabled=true,handlesAlerts=true,version=12602.3.12.0.1,CleanseSession=true,platform=MAC,nativeEvents=true,locationContextEnabled=false,webStorageEnabled=true,browserName=safari,javascriptEnabled=true,CSSSelectorEnabled=true}] 会话ID:379AE190-A868-44A5-98DF-D8F3A2A8ED3C Source=WebDriver 堆栈跟踪: 在OpenQA.Selenium.Remote.RemoteWebDriver.UnpackantRownerError(响应错误响应)中 在OpenQA.Selenium.Remote.RemoteWebDriver.Execute(stringdrivercommandtoexecute,Dictionary
2个参数)
在OpenQA.Selenium.Remote.RemoteWebDriver.InternalExecute(String driverCommandToExecute,Dictionary
2个参数) 在OpenQA.Selenium.Remote.RemoteWebElement.Execute(String commandToExecute,Dictionary
2个参数)
在OpenQA.Selenium.Remote.RemoteWebElement.get_Displayed()中
位于OpenQA.Selenium.Support.UI.ExpectedConditions.ElementIfVisible(IWebElement元素)
在OpenQA.Selenium.Support.UI.ExpectedConditions.c__DisplayClass3b.b__3a(IWebDriver)中
在OpenQA.Selenium.Support.UI.DefaultWait
1.Until[TResult](Func`2条件) 在Verint.EUA.Robots.SeleniumManager.BrowserDriver.WaitForElementToBeReady(By,Int32 TimeoutSeconds)

元素存在,我可以使用findElement找到它。 Selenium项目是否不实施所有方法


Hezi

这看起来像safaridriver或Selenium中的一个bug。请先向Selenium项目提交一个bug,他们可以进一步诊断