Skip to content

Commit

Permalink
感谢oneryx,wj1s提交的代码
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin1978 committed Mar 29, 2012
1 parent 41fe592 commit 541ccc5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public WebDriver getDriver() {
return driver;
}

//Elemenet 函數//
//Element 函數//

/**
* 查找Element.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ private WebDriverFactory() {
/**
* 根据driverName创建各种WebDriver的简便方法.
*
* 当持续集成服务器安装在非Windows机器上, 没有IE浏览器与XWindows时, 需要使用remote dirver调用远程的Windows机器.
* drivername如remote:192.168.0.2:3000:firefox, 此时要求远程服务器在http://192.168.0.2:3000/wd上启动selnium remote服务.
* 当持续集成服务器安装在非Windows机器上, 没有IE浏览器与XWindows时, 需要使用remote driver调用远程的Windows机器.
* drivername如remote:192.168.0.2:3000:firefox, 此时要求远程服务器在http://192.168.0.2:3000/wd上启动selenium remote服务.
* @throws MalformedURLException
*/
public static WebDriver createDriver(String driverName) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/**
* Collections工具集.
* 在JDK的Colllections和Guava的Collections2后, 命名为Collections3.
* 在JDK的Collections和Guava的Collections2后, 命名为Collections3.
*
* @author calvin
*/
Expand Down
1 change: 1 addition & 0 deletions support/h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<mainClass>org.h2.tools.Server</mainClass>
<arguments>
<argument>-tcp</argument>
<arguments>-tcpAllowOthers</arguments>
<argument>-web</argument>
<argument>-webPort</argument>
<argument>8090</argument>
Expand Down

0 comments on commit 541ccc5

Please sign in to comment.