Skip to content

Commit bb10d90

Browse files
committed
Update the docs
1 parent 2e29316 commit bb10d90

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

help_docs/features_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<a id="feature_list"></a>
22
### ![http://seleniumbase.com](https://cdn2.hubspot.net/hubfs/100006/images/super_logo_tiny.png "SeleniumBase") **SeleniumBase Features:**
3-
* A versatile test automation framework for building & running Selenium scripts reliably.
3+
* A complete test automation framework for building & running reliable testing scripts.
44
* Uses [Pytest](https://docs.pytest.org/en/latest/) and [Nose](http://nose.readthedocs.io/en/latest/) runners for test discovery, organization, execution, and logging.
55
* Includes [console scripts](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/console_scripts/ReadMe.md) that save you time by installing web drivers automatically, etc.
66
* Includes a [website tour builder](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md) for creating and running walkthroughs on any website.

help_docs/method_summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ self.download_file(file_url, destination_folder=None)
150150

151151
self.save_file_as(file_url, new_file_name, destination_folder=None)
152152

153+
self.save_data_as(data, file_name, destination_folder=None)
154+
153155
self.get_downloads_folder(file)
154156

155157
self.get_path_of_downloaded_file(file)

0 commit comments

Comments
 (0)