better docs

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 12:17:52 -05:00
parent 4687e091b9
commit 227580e396
2 changed files with 6 additions and 5 deletions
+3 -3
View File
@@ -11,9 +11,9 @@ simple and intuitive as possible.
When using this library you automatically get:
- Full JavaScript support!
- CSS Selectors (a.k.a jQuery-style, thanks to PyQuery).
- XPath Selectors, for the faint at heart.
- **Full JavaScript support**!
- *CSS Selectors* (a.k.a jQuery-style, thanks to PyQuery).
- *XPath Selectors*, for the faint at heart.
- Mocked user-agent (like a real web browser).
- Automatic following of redirects.
- Connectionpooling and cookie persistence.
+3 -2
View File
@@ -21,7 +21,7 @@ simple and intuitive as possible.
When using this library you automatically get:
- Full **JavaScript support**!
- **Full JavaScript support**!
- *CSS Selectors* (a.k.a jQuery-style, thanks to PyQuery).
- *XPath Selectors*, for the faint at heart.
- Mocked user-agent (like a real web browser).
@@ -159,7 +159,8 @@ Let's grab some text that's rendered by JavaScript:
'<time>25</time>'
Note, the first time you ever run the ``render()`` method, it will download
Chromium into your home directory (e.g. ``~/.pyppeteer/``).
Chromium into your home directory (e.g. ``~/.pyppeteer/``). This only happens
once.
Using without Requests