You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@
24
24
</p>
25
25
26
26
<p>
27
-
SeleniumBase is an all-in-one framework for web automation, end-to-end testing, presentations, charts, and website tours.
28
-
Tests are run with "pytest". Browsers are controlled by WebDriver.
27
+
<b>SeleniumBase</b> is an all-in-one framework for web automation, end-to-end testing, presentations, charts, and website tours.
28
+
Tests are run with <b>pytest</b>. Browsers are controlled by <b>WebDriver</b>.
29
29
</p>
30
30
31
31
<palign="center">
@@ -715,7 +715,7 @@ It's OK if you want to use jQuery on a page that doesn't have it loaded yet. To
715
715
self.activate_jquery()
716
716
```
717
717
718
-
Some websites have a restrictive [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) to prevent users from loading jQuery and other external libraries onto their websites. If you need to use jQuery or another JS library on such a website, add ``--disable_csp`` on the command-line.
718
+
Some websites have a restrictive [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) to prevent users from loading jQuery and other external libraries onto their websites. If you need to use jQuery or another JS library on such a website, add ``--disable-csp`` on the command-line.
719
719
720
720
Here are some examples of using jQuery in your scripts:
0 commit comments