Skip to content

Commit

Permalink
Commiting Base.java File
Browse files Browse the repository at this point in the history
  • Loading branch information
sahithilatha committed Oct 27, 2020
1 parent da50afa commit 2f38e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/flipkart/browser/Base.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ public WebDriver launchBrowser() {

/* driver.get("https://www.flipkart.com/"); */

/* driver.get("https://jqueryui.com/droppable/"); */
driver.get("https://jqueryui.com/droppable/");

driver.get("http://demo.guru99.com/test/upload/");
/* driver.get("http://demo.guru99.com/test/upload/"); */

windowMaximize();

Expand Down

0 comments on commit 2f38e03

Please sign in to comment.