forked from php-webdriver/php-webdriver
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Hello,
is it possible to set chrome profile somehow? ...like for facebook webdriver:
$options = new ChromeOptions();
$options->addArguments(array('user-data-dir=/path/to/chrome_profile'));
$capabilities = DesiredCapabilities::chrome();
$capabilities->setCapability(ChromeOptions::CAPABILITY, $options);
$driver = RemoteWebDriver::create($host, $capabilities, 0, 0);
Metadata
Metadata
Assignees
Labels
No labels