Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Screening should support both chrome extension packed as well as unpacked. #285

Open
ckn476 opened this issue Jul 17, 2012 · 1 comment
Open

Comments

@ckn476
Copy link

ckn476 commented Jul 17, 2012

Screening should support both chrome extension packed as well as unpacked.

@irinamok
Copy link
Contributor

Screening team,

I wonder if loading chrome with user profile would solve this issue:

DesiredCapabilities capabilities = DesiredCapabilities.chrome();

capabilities.setCapability("chrome.switches", Arrays.asList("--user-data-dir=/path/to/profile/directory"));

WebDriver driver = new ChromeDriver(capabilities);

List of all Chrome capability flags: http://peter.sh/experiments/chromium-command-line-switches/

Thoughts?

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants