Open zero-master opened 10 years ago
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 notifications@github.com wrote:
It supports chrome profile? Can you please provide a example, if it does.
— Reply to this email directly or view it on GitHub.
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")
@emicklei did you achieve this ?
yes, I did
It supports chrome profile? Can you please provide a example, if it does.