You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to seleniu...@googlegroups.com
I'm using PHP-WebDriver to interact with WebDriver via JSONWireProtocol. I'm attempting to load a Chrome Profile and/or Extension but I don't see any documentation on how to load profiles in Chrome using JSONWire. Also, the ChromeDriver executable doesn't have any options for this like you might expect.
Does anybody know how to start Chrome using a stored profile via JSONWireProtocol?
David
unread,
Dec 21, 2013, 3:12:08 PM12/21/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to seleniu...@googlegroups.com
+1 for this question.
Did you try the Firefox approach but replacing wording for Firefox to Chrome? I would assume the process is the same, only the naming of parameters is different. You'd still need to send over a base64 encoded zip of the profile directory. Or if not, then I guess a path to the profile (as it resides on the browser machine).