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 d1a3b99 commit 67068c8Copy full SHA for 67068c8
seleniumbase/console_scripts/sb_mkdir.py
@@ -636,7 +636,7 @@ def main():
636
data = []
637
data.append("class HomePage(object):")
638
data.append(" dialog_box = '[role=\"dialog\"] div'")
639
- data.append(" search_box = 'input[title=\"Search\"]'")
+ data.append(" search_box = '[title=\"Search\"]'")
640
data.append(" search_button = 'input[value=\"Google Search\"]'")
641
data.append(
642
' feeling_lucky_button = """input[value="I\'m Feeling Lucky"]"""'
0 commit comments