Last active
August 20, 2020 10:43
-
-
Save angelovstanton/ef32c8197c491d073d1e0f2e6f37a81a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
ChromeOptions chromeOptions = new ChromeOptions(); | |
chromeOptions.addExtensions(new File("local/path/to/extension.crx")); | |
driver = new ChromeDriver(chromeOptions); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment