当我访问页面时,为什么在我的Cucumber场景中出现此Selenium :: WebDriver错误?

时间:2013-09-18 09:50:24

标签: google-chrome cucumber capybara selenium-chromedriver

此方法已在黄瓜项目的**.rb文件中实施,应计算user_id (oid)login。它突然失败了visit发送一个空页面和以下怪物error_message :(顺便说一下,我不知道系统中的任何变化,我可以手动计算oidlogin打字网址直接)。

有人能帮助我吗?

def login_with_oid(oid=null)
    oid = get_context(:oid) unless oid
    visit "/admin/authentifizierung/zidauth?oid=#{oid}"
end


    Selenium::WebDriver::Error::UnknownError: Unknown command 'WaitForAllTabsToStopLoading'. Options: AcceptOrDismissAppModalDialog, ActionOnSSLBlockingPage, ActivateTab, AddBookmark, 
    ...

目前已安装:

ChromeDriver 26.0.1383.0 /usr/local/bin/chromedriver
Google Chrome   29.0.1547.76

Under:Ubuntu 12.04.3 LTS

0 个答案:

没有答案