Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome Instance/Profile? #6

Open
zero-master opened this issue Mar 30, 2014 · 4 comments
Open

Chrome Instance/Profile? #6

zero-master opened this issue Mar 30, 2014 · 4 comments

Comments

@zero-master
Copy link

It supports chrome profile? Can you please provide a example, if it does.

@sqs
Copy link
Member

sqs commented Mar 30, 2014

It definitely supports using Chrome and I'm sure there is a way to specify a Chrome profile as an option. I will post an example if I have one in our source code. Also try searching for examples on sourcegraph.com.

Sent from my iPhone

On Mar 29, 2014, at 21:39, biggenius [email protected] wrote:

It supports chrome profile? Can you please provide a example, if it does.


Reply to this email directly or view it on GitHub.

@emicklei
Copy link

I am using this driver http://chromedriver.storage.googleapis.com/index.html?path=2.21/ and set the capabilities like this

var caps = make(selenium.Capabilities)

func TestWithT(t *testing.T) {
    caps["browserName"] = "chrome"
    wd, _ := selenium.NewRemote(caps, "http://localhost:9515")

@obonyojimmy
Copy link

@emicklei did you achieve this ?

@emicklei
Copy link

emicklei commented May 2, 2017

yes, I did

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

No branches or pull requests

4 participants