Last active
October 30, 2019 11:43
-
-
Save muditlambda/11ab6948f43a9fdab55e3782ad3dfba8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| WebDriver driver = new ChromeDriver(); | |
| Or | |
| WebDriver driver = new FirefoxDriver(); | |
| Or | |
| WebDriver driver = new EdgeDriver(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment