如何在Codeception和Selenium2中使用waitForJs

时间:2013-06-26 01:42:14

标签: php selenium codeception

我是Codeception和Selenium的新手,我在使用Ajax调用时遇到了麻烦。我想使用waitForJS方法,但它返回以下错误:

RuntimeException: Call to undefined method WebGuy::waitForJS

我的yml文件如下所示:

class_name: WebGuy
  modules:
     enabled: [Selenium2]
     config:
         Selenium2:
             url: 'http://dev/'
             browser: firefox
             capabilities:
                 unexpectedAlertBehaviour: 'accept'

我使用的是selenium-server-standalone-2.33.0.jar

任何帮助都将不胜感激。

0 个答案:

没有答案