File profileDir = new File("location/on/disk");
ChromeProfile profile =
new ChromeProfile(profileDir);
WebDriver driver = new ChromeDriver(
profile, new ChromeExtension());
We should probably make it easier to create a ChromeDriver without
needing to know about the ChromeExtension, but that's the gist of it.
Simon
> --
> You received this message because you are subscribed to the Google Groups "Selenium Users" group.
> To post to this group, send email to seleniu...@googlegroups.com.
> To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.
>
>