Skip to content

Commit fd6b400

Browse files
author
heraclmene
committed
Remove Element screenshot functionality as it does not exist
via the web driver.
1 parent 4d7a763 commit fd6b400

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web_driver.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,6 @@ type Element interface {
321321

322322
// SendKeys sends a set of keystrokes to the currently selected element.
323323
SendKeys(keys string) (*ElementSendKeysResponse, error)
324-
325-
// Screenshot takes a screenshot of the currently selected element.
326-
Screenshot() (*ScreenshotResponse, error)
327324
}
328325

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

0 commit comments

Comments
 (0)