Skip to content

Commit b898ba6

Browse files
committed
Update the ReadMe
1 parent bdad42e commit b898ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</p>
4848

4949
<p align="left">
50-
✅ Get set up in minutes. Deploy anywhere.<br />
50+
✅ Get set up in minutes. <a href="https://www.youtube.com/watch?v=n-sno20R9P0">Deploy anywhere</a>.<br />
5151
✅ Provides <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/method_summary.md"> browser testing APIs</a> for <a href="https://docs.pytest.org/">pytest</a>.<br />
5252
✅ Supports Chromium, Firefox, IE, & Safari.<br />
5353
✅ Includes <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md">dashboards and reporting tools</a>.
@@ -929,7 +929,7 @@ class MyTestClass(BaseCase):
929929
<code>deferred_assert_element()</code> and <code>deferred_assert_text()</code> will save any exceptions that would be raised.
930930
To flush out all the failed deferred asserts into a single exception, make sure to call <code>self.process_deferred_asserts()</code> at the end of your test method. If your test hits multiple pages, you can call <code>self.process_deferred_asserts()</code> before navigating to a new page so that the screenshot from your log files matches the URL where the deferred asserts were made.
931931
932-
🔵 Accessing Raw WebDriver
932+
🔵 Accessing Raw WebDriver:
933933
934934
<p>If you need access to any commands that come with standard WebDriver, you can call them directly like this:</p>
935935

0 commit comments

Comments
 (0)