Skip to content

Commit 733b28f

Browse files
committed
Update the docs
1 parent 4e3fd7e commit 733b28f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
SeleniumBase tests are run with **``pytest``**. Chrome is the default browser if not specifed. During test failures, logs and screenshots from the latest run are saved to the ``latest_logs/`` folder.
66

7-
Example tests are located in <b>[SeleniumBase/examples](https://github.com/seleniumbase/SeleniumBase/tree/master/examples)</b>.
7+
* Example tests are located in <b>[SeleniumBase/examples](https://github.com/seleniumbase/SeleniumBase/tree/master/examples)</b>.
88

99
(NOTE: Some example tests fail on purpose to demonstrate [logging features](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md).)
1010

help_docs/method_summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ self.process_deferred_asserts(print_only=False)
547547

548548
self.fail(msg=None) # Inherited from "unittest"
549549

550-
self.print(TEXT) # Calls Python's print() / Allows for translations
550+
self._print(TEXT) # Calls Python's print() / Allows for translations
551551
```
552552

553553
---

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
setup(
5656
name='seleniumbase',
5757
version='1.49.18',
58-
description='Reliable Web Automation+Testing Framework. - seleniumbase.io',
58+
description='A complete framework for Web-UI testing | seleniumbase.io',
5959
long_description=long_description,
6060
long_description_content_type='text/markdown',
6161
url='https://github.com/seleniumbase/SeleniumBase',

0 commit comments

Comments
 (0)