Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Last active August 20, 2020 10:43
Show Gist options
  • Save angelovstanton/ef32c8197c491d073d1e0f2e6f37a81a to your computer and use it in GitHub Desktop.
Save angelovstanton/ef32c8197c491d073d1e0f2e6f37a81a to your computer and use it in GitHub Desktop.
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