sourcegraph / go-selenium

Selenium WebDriver client for Go
https://sourcegraph.com/github.com/sourcegraph/go-selenium
Other
367 stars 73 forks source link

Fixes TestNewSession on chromedriver #16

Closed Bowbaq closed 8 years ago

Bowbaq commented 8 years ago

Ran into this one while working on #14. I changed it to use the executor that get's defined by the flag, which I think is correct?

sqs commented 8 years ago

LGTM, thanks!