Skip to content

Commit cc44c99

Browse files
committed
Fix bug with monkeypatching
1 parent 5a1ae10 commit cc44c99

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

appium/webdriver/webdriver.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ def __init__(self, command_executor='http://127.0.0.1:4444/wd/hub',
4545
By.ANDROID_UIAUTOMATOR = MobileBy.ANDROID_UIAUTOMATOR
4646
By.ACCESSIBILITY_ID = MobileBy.ACCESSIBILITY_ID
4747

48-
# add methods to the WebElement class
49-
WebElement.set_value = set_value
50-
5148
@property
5249
def contexts(self):
5350
"""

0 commit comments

Comments
 (0)