We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1ae10 commit cc44c99Copy full SHA for cc44c99
1 file changed
appium/webdriver/webdriver.py
@@ -45,9 +45,6 @@ def __init__(self, command_executor='http://127.0.0.1:4444/wd/hub',
45
By.ANDROID_UIAUTOMATOR = MobileBy.ANDROID_UIAUTOMATOR
46
By.ACCESSIBILITY_ID = MobileBy.ACCESSIBILITY_ID
47
48
- # add methods to the WebElement class
49
- WebElement.set_value = set_value
50
-
51
@property
52
def contexts(self):
53
"""
0 commit comments