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 7181b0f commit 9ee1fa7Copy full SHA for 9ee1fa7
seleniumbase/fixtures/base_case.py
@@ -11,7 +11,7 @@ class MyTestClass(BaseCase):
11
def test_anything(self):
12
# Write your code here. Example:
13
self.open("https://github.com/")
14
- self.update_text("input.header-search-input", "SeleniumBase\n")
+ self.type("input.header-search-input", "SeleniumBase\n")
15
self.click('a[href="/seleniumbase/SeleniumBase"]')
16
self.assert_element("div.repository-content")
17
....
0 commit comments