Skip to content

Commit

Permalink
Remove Element screenshot functionality as it does not exist
Browse files Browse the repository at this point in the history
via the web driver.
  • Loading branch information
heraclmene committed Dec 30, 2016
1 parent 4d7a763 commit fd6b400
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions web_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,6 @@ type Element interface {

// SendKeys sends a set of keystrokes to the currently selected element.
SendKeys(keys string) (*ElementSendKeysResponse, error)

// Screenshot takes a screenshot of the currently selected element.
Screenshot() (*ScreenshotResponse, error)
}

// Timeout is an interface which specifies what all timeout requests must follow.
Expand Down

0 comments on commit fd6b400

Please sign in to comment.