首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

筹建Selenium Grid的调试环境

2014-01-03 
搭建Selenium Grid的调试环境Download and install IDE, such as Eclipsecreate folder c:\source, clone

搭建Selenium Grid的调试环境

  1. Download and install IDE, such as Eclipse
  2. create folder c:\source, clone selenium repository:?git clone?https://code.google.com/p/selenium/
  3. Open IDE, import projects: client, server, third-party
  4. Debug org.openqa.grid.selenium.GridLauncher.java as JAVA application, with parameter:?-role hub -hubConfig "c:/grid/hub/conf/hub.json" -timeout 300 -browserTimeout 240, and VM arguments:
    -Xmx1024M -DPOOL_MAX=1024
    筹建Selenium Grid的调试环境
  5. Build selenium jar:?
    go selenium-server-standalone

    or (go release)

    ?

    And get the jar from?C:\source\selenium\build\java\server\src\org\openqa\grid\selenium\selenium-standalone.jar

热点排行