Skip to content

Commit 6e40a0b

Browse files
committed
Update an example comment
1 parent 8ad747f commit 6e40a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,7 @@ def choose_file(self, selector, file_path, by=By.CSS_SELECTOR,
17281728
A relative file_path will get converted into an absolute file_path.
17291729
17301730
Example usage:
1731-
self.choose_file('input[type="file"], "my_dir/my_file.txt")
1731+
self.choose_file('input[type="file"]', "my_dir/my_file.txt")
17321732
"""
17331733
if self.timeout_multiplier and timeout == settings.LARGE_TIMEOUT:
17341734
timeout = self.__get_new_timeout(timeout)

0 commit comments

Comments
 (0)