Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #853 from vania-pooh/master
Browse files Browse the repository at this point in the history
Always dropping selenoid:options when proxying to webdriver (fixes #771)
  • Loading branch information
aandryashin authored Dec 27, 2019
2 parents b1a2c3f + 8a929ef commit 277b10e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ func (c *Caps) ProcessExtensionCapabilities() {

if c.ExtensionCapabilities != nil {
mergo.Merge(c, *c.ExtensionCapabilities, mergo.WithOverride) //We probably need to handle returned error

//According to Selenium standard vendor-specific capabilities for
//intermediary node should not be proxied to endpoint node
c.ExtensionCapabilities = nil
}
}

Expand Down

0 comments on commit 277b10e

Please sign in to comment.