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 9bf2f68 commit b60c57eCopy full SHA for b60c57e
seleniumbase/console_scripts/sb_mkdir.py
@@ -477,7 +477,7 @@ def main():
477
' self.open("https://seleniumbase.io/help_docs/how_it_works/")'
478
)
479
data.append(
480
- ' self.type(\'input[aria-label="Search"]\', search_term)'
+ ' self.type(\'[aria-label="Search"]\', search_term)'
481
482
data.append(' self.click(\'mark:contains("%s")\' % keyword)')
483
data.append(' self.assert_title_contains(title_text)')
0 commit comments