Skip to content

Commit 8fad700

Browse files
committed
Update comments to use "type" instead of "update_text"
1 parent b6b157e commit 8fad700

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

seleniumbase/console_scripts/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Creates a new SeleniumBase test file with boilerplate code.
7373
If the file already exists, an error is raised.
7474
By default, uses English mode and creates a
7575
boilerplate with the 5 most common SeleniumBase
76-
methods, which are "open", "click", "update_text",
76+
methods, which are "open", "type", "click",
7777
"assert_element", and "assert_text". If using the
7878
basic boilerplate option, only the "open" method
7979
is included.

seleniumbase/console_scripts/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def show_mkfile_usage():
172172
print(" If the file already exists, an error is raised.")
173173
print(" By default, uses English mode and creates a")
174174
print(" boilerplate with the 5 most common SeleniumBase")
175-
print(' methods, which are "open", "click", "update_text",')
175+
print(' methods, which are "open", "type", "click",')
176176
print(' "assert_element", and "assert_text". If using the')
177177
print(' basic boilerplate option, only the "open" method')
178178
print(' is included.')

seleniumbase/console_scripts/sb_mkfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
If the file already exists, an error is raised.
2525
By default, uses English mode and creates a
2626
boilerplate with the 5 most common SeleniumBase
27-
methods, which are "open", "click", "update_text",
27+
methods, which are "open", "type", "click",
2828
"assert_element", and "assert_text". If using the
2929
basic boilerplate option, only the "open" method
3030
is included.
@@ -56,7 +56,7 @@ def invalid_run_command(msg=None):
5656
exp += " If the file already exists, an error is raised.\n"
5757
exp += " By default, uses English mode and creates a\n"
5858
exp += " boilerplate with the 5 most common SeleniumBase\n"
59-
exp += ' methods, which are "open", "click", "update_text",\n'
59+
exp += ' methods, which are "open", "type", "click",\n'
6060
exp += ' "assert_element", and "assert_text". If using the\n'
6161
exp += ' basic boilerplate option, only the "open" method\n'
6262
exp += ' is included.\n'

0 commit comments

Comments
 (0)