Skip to content

Commit 7b1e33b

Browse files
author
AutomatedTester
committed
correct syntax error on a return statement
1 parent 8bf1c71 commit 7b1e33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: py/selenium/webdriver/remote/webelement.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def screenshot_as_base64(self):
372372
:Usage:
373373
img_b64 = element.screenshot_as_base64
374374
"""
375-
retrun self._exceute(Command.ELEMENT_SCREENSHOT)['value']
375+
return self._exceute(Command.ELEMENT_SCREENSHOT)['value']
376376

377377
@property
378378
def screenshot_as_png(self):

0 commit comments

Comments
 (0)