We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2141dbd commit 9bdf1f7Copy full SHA for 9bdf1f7
test/functional/ios/webdriver_tests.py
@@ -80,6 +80,8 @@ def test_clear(self):
80
input_text = 'blah'
81
el.click()
82
el.send_keys(input_text)
83
+ self.driver.hide_keyboard()
84
+
85
# TODO Needs to get the element again to update value in the element. Remove below one line when it's fixed.
86
el = self.driver.find_elements_by_class_name('XCUIElementTypeTextField')[0]
87
text = el.get_attribute('value')
0 commit comments