Skip to content

Commit

Permalink
fix #818
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavison committed Jul 22, 2015
1 parent 884c31a commit dff13ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/remote/webelement.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def screenshot_as_base64(self):
:Usage:
img_b64 = element.screenshot_as_base64
"""
return self._exceute(Command.ELEMENT_SCREENSHOT)['value']
return self._execute(Command.ELEMENT_SCREENSHOT)['value']

@property
def screenshot_as_png(self):
Expand Down

0 comments on commit dff13ad

Please sign in to comment.