sourcegraph / go-selenium

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

fix passing WebElement-type arguments to ExecuteScript #18

Closed slimsag closed 8 years ago

slimsag commented 8 years ago

Make it such that WebElement interfaces originating from this package can be passed as arguments to WebDriver.ExecuteScript per section "10. Elements", paragraph "When asked to serialize the element element" of the W3C WebDriver specification (https://www.w3.org/TR/webdriver).