Selenium webdriver 测试使用云/远程浏览器,而不是 localhost:4444/wd [关闭]
问题:Selenium webdriver 测试使用云/远程浏览器,而不是 localhost:4444/wd [关闭] 我需要在远程或网络托管中使用 php-selenium 需要一些提供 Selenium 自动化集成的免费服务,如 Sauce Labs、BrowserStack 及其付费服务。 有没有像这样的免费服务 http://www.browserstack.com/automate/p
·
问题:Selenium webdriver 测试使用云/远程浏览器,而不是 localhost:4444/wd [关闭]
我需要在远程或网络托管中使用 php-selenium 需要一些提供 Selenium 自动化集成的免费服务,如 Sauce Labs、BrowserStack 及其付费服务。
有没有像这样的免费服务 http://www.browserstack.com/automate/php
$web_driver = RemoteWebDriver::create("http://USERNAME:ACCESS_KEY@hub.browserstack.com/wd/hub",
array("platform"=>"WINDOWS", "browserName"=>"firefox"));
允许创建实时/远程网络驱动程序。或 selenium 提供任何解决方案以在实时服务器上运行。
解答
http://docs.seleniumhq.org/docs/03_webdriver.jsp#running-standalone-selenium-server-for-use-with-remotedrivers
https://code.google.com/p/selenium/wiki/RemoteWebDriverServer
试试这些链接或让虚拟主机运行.... :)
更多推荐
已为社区贡献27141条内容
所有评论(0)