Skip to content

Commit 9a4b9bf

Browse files
committed
Update the ReadMe
1 parent e3cb810 commit 9a4b9bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
</p>
2525

2626
<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>.
2929
</p>
3030

3131
<p align="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
715715
self.activate_jquery()
716716
```
717717

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.
719719

720720
Here are some examples of using jQuery in your scripts:
721721

@@ -739,7 +739,7 @@ self.execute_script("return jQuery('div#amazing')[0].text") # Returns the css "
739739
self.execute_script("return jQuery('textarea')[2].value") # Returns the css "value" of the 3rd textarea element on the page
740740
```
741741

742-
In the following example, JavaScript is used to plant code on a page that Selenium can then touch after that:
742+
In the next example, JavaScript creates a referral button on a page, which is then clicked:
743743

744744
```python
745745
start_page = "https://xkcd.com/465/"
@@ -810,7 +810,7 @@ Additionally, you can use the ``@retry_on_exception()`` decorator to specificall
810810
<div><b>If you like us, give us a star!</b></div>
811811
<div><a href="https://github.com/seleniumbase/SeleniumBase/stargazers"><img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg?color=888CFA" title="Stargazers" /></a></div>
812812
</p>
813-
<div><!--not_for_site--><iframe src="https://seleniumbase.io/help_docs/ReadMe/" style="width:95%;height:580px;" title="iframe content"></iframe></div>
813+
<div><!--not_for_site--><iframe src="https://seleniumbase.io/help_docs/ReadMe/" title="Docs"></iframe></div>
814814
<p><div><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></div></p>
815815

816816
<div><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://cdn2.hubspot.net/hubfs/100006/images/super_logo_sb.png" title="SeleniumBase" width="290" /></a></div>

0 commit comments

Comments
 (0)