Skip to content

Commit

Permalink
Fixing className
Browse files Browse the repository at this point in the history
  • Loading branch information
aneja-arun1 committed Feb 22, 2022
1 parent 668997c commit 64ef766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/arun/driver/DriverManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void setBrowser(String browserName) {
}

public static void main(String args[]) {
new DriverAbstraction().open().get("http://www.yahoo.com");
new DriverManager().open().get("http://www.yahoo.com");
}

}

0 comments on commit 64ef766

Please sign in to comment.