Hi, i tried loading my default User Profile in Chrome or Firefox.
I tried for Chrome:
_WD_Option('DriverParams', '--log-path="' & @ScriptDir & '\chrome.log" --user-data-dir="*PATH TO DIR*"')
and
$sDesiredCapabilities = '{"capabilities": {"alwaysMatch": {"goog:chromeOptions": {"w3c": true, "user-data-dir": "*PATH TO DIR*"}}}}'
Anyone get this working?
I just want to be logged in on some Sites. They have Capchas to log in and im Switching them. So writing a Login Script isnt rally a option.
Thanks