$host = 'http://localhost:4444/wd/hub';
$ profile = new FirefoxProfile(); $ profile-> setPreference('log',“{level:info}”);
$ caps = DesiredCapabilities :: firefox(); $ caps-> setCapability(FirefoxDriver :: PROFILE,$ profile);
$ driver = RemoteWebDriver :: create($ host,$ caps,500000,500000);
PHP版本:5.5 Selenium服务器版本:3.3 操作系统:win7 浏览器使用+版本:firefox 52 geckodriver版本:0.15
答案 0 :(得分:0)
这应该在Selenium Server 3.3.1中修复。