Skip to content

Commit 6145ac0

Browse files
committed
Update ReadMe files
1 parent 46a2bcd commit 6145ac0

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ SeleniumBase provides additional Pytest command-line options for tests:
238238
--verify-delay=SECONDS # (The delay before MasterQA verification checks.)
239239
--disable-csp # (This disables the Content Security Policy of websites.)
240240
--enable-sync # (The option to enable "Chrome Sync".)
241+
--no-sandbox # (The option to enable Chrome's "No-Sandbox" feature.)
242+
--disable-gpu # (The option to enable Chrome's "Disable GPU" feature.)
241243
--incognito # (The option to enable Chrome's Incognito mode.)
242244
--reuse-session # (The option to reuse the browser session between tests.)
243245
--maximize-window # (The option to start with the web browser maximized.)

examples/translations/ReadMe.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[<img src="https://cdn2.hubspot.net/hubfs/100006/images/SeleniumBaseText_F.png" title="SeleniumBase" align="center" height="38">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)
2+
### Multi-Language Tests
3+
4+
#### (Python 3 Only!)

help_docs/customizing_test_runs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ SeleniumBase provides additional Pytest command-line options for tests:
220220
--verify-delay=SECONDS # (The delay before MasterQA verification checks.)
221221
--disable-csp # (This disables the Content Security Policy of websites.)
222222
--enable-sync # (The option to enable "Chrome Sync".)
223+
--no-sandbox # (The option to enable Chrome's "No-Sandbox" feature.)
224+
--disable-gpu # (The option to enable Chrome's "Disable GPU" feature.)
223225
--incognito # (The option to enable Chrome's Incognito mode.)
224226
--reuse-session # (The option to reuse the browser session between tests.)
225227
--maximize-window # (The option to start with the web browser maximized.)

help_docs/features_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[<img src="https://cdn2.hubspot.net/hubfs/100006/images/super_logo_i.png" title="SeleniumBase" height="48">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)
22

3-
[<img src="http://img.youtube.com/vi/Sjzq9kU5kOw/0.jpg" title="SeleniumBase" height="150">](https://www.youtube.com/watch?v=Sjzq9kU5kOw)
3+
[<img src="http://img.youtube.com/vi/Sjzq9kU5kOw/0.jpg" title="SeleniumBase" height="180">](https://www.youtube.com/watch?v=Sjzq9kU5kOw)
44

55
(**[Watch an overview on YouTube](https://www.youtube.com/watch?v=Sjzq9kU5kOw)**)
66

help_docs/method_summary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ self.activate_jquery()
166166

167167
self.bring_to_front(selector, by=By.CSS_SELECTOR)
168168

169+
self.highlight_click(selector, by=By.CSS_SELECTOR, loops=3, scroll=True)
170+
171+
self.highlight_update_text(selector, new_value, by=By.CSS_SELECTOR, loops=3, scroll=True)
172+
169173
self.highlight(selector, by=By.CSS_SELECTOR, loops=4, scroll=True)
170174

171175
self.scroll_to(selector, by=By.CSS_SELECTOR)

0 commit comments

Comments
 (0)