sourcegraph / go-selenium

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

Doesn't work with IeDriverServer #42

Open spiritofsim opened 6 years ago

spiritofsim commented 6 years ago

The problem is that StartSession returns empty sessionId. The reason of this behaviour is serialization problem of reply struct. If sessionId is first string of json - it works ok. But IeDriverServer returns it as last param in json, so it not deserialized properly