错误:超过facebook / php-webdriver的最长执行时间为60秒

时间:2018-05-24 17:04:02

标签: php facebook-php-webdriver php-webdriver

每次是否需要超过60次我都有此错误。不知道如何解决它。 这是我的代码 enter image description here

   $host = 'http://localhost:4444/wd/hub'; // this is the default
            $capabilities = DesiredCapabilities::chrome();
//            $capabilities->setCapability('commandTimeout',10);


            $driver = RemoteWebDriver::create($host, $capabilities, 10000);
...

修改 我的php.ini:

max_execution_time=100

修改 php.ini更改行

max_input_time = 60

感谢。

0 个答案:

没有答案