Skip to content

Commit

Permalink
Update BasicFlow.java
Browse files Browse the repository at this point in the history
todays IP
  • Loading branch information
ksqartechinc authored Feb 2, 2018
1 parent a9adf48 commit 2d5784f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/infolob/container/test/BasicFlow.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void setUp(){

//driver = new RemoteWebDriver(new URL("http://192.168.7.121:4444/wd/hub"), options);

driver = new RemoteWebDriver(new URL("http://192.168.0.10:4444/wd/hub"), dc);
driver = new RemoteWebDriver(new URL("http://192.168.7.121:4444/wd/hub"), dc);

driver.get(URL);

Expand Down

0 comments on commit 2d5784f

Please sign in to comment.