Skip to content

Commit 5ef5738

Browse files
committed
Update the docs
1 parent 0d641fc commit 5ef5738

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,9 @@ pytest test_coffee_cart.py --trace
653653
--sjw # (Skip JS Waits for readyState to be "complete" or Angular to load.)
654654
--wfa # (Wait for AngularJS to be done loading after specific web actions.)
655655
--pls=PLS # (Set pageLoadStrategy on Chrome: "normal", "eager", or "none".)
656-
--headless # (Run tests in headless mode. The default arg on Linux OS.)
657-
--headless2 # (Use the new headless mode, which supports extensions.)
656+
--headless # (The default headless mode. Linux uses this mode by default.)
657+
--headless1 # (Use Chrome's old headless mode. Fast, but has limitations.)
658+
--headless2 # (Use Chrome's new headless mode, which supports extensions.)
658659
--headed # (Run tests in headed/GUI mode on Linux OS, where not default.)
659660
--xvfb # (Run tests using the Xvfb virtual display server on Linux OS.)
660661
--xvfb-metrics=STRING # (Set Xvfb display size on Linux: "Width,Height".)

help_docs/customizing_test_runs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,9 @@ pytest my_first_test.py --settings-file=custom_settings.py
144144
--sjw # (Skip JS Waits for readyState to be "complete" or Angular to load.)
145145
--wfa # (Wait for AngularJS to be done loading after specific web actions.)
146146
--pls=PLS # (Set pageLoadStrategy on Chrome: "normal", "eager", or "none".)
147-
--headless # (Run tests in headless mode. The default arg on Linux OS.)
148-
--headless2 # (Use the new headless mode, which supports extensions.)
147+
--headless # (The default headless mode. Linux uses this mode by default.)
148+
--headless1 # (Use Chrome's old headless mode. Fast, but has limitations.)
149+
--headless2 # (Use Chrome's new headless mode, which supports extensions.)
149150
--headed # (Run tests in headed/GUI mode on Linux OS, where not default.)
150151
--xvfb # (Run tests using the Xvfb virtual display server on Linux OS.)
151152
--xvfb-metrics=STRING # (Set Xvfb display size on Linux: "Width,Height".)

help_docs/method_summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,8 @@ self.inspect_html()
550550

551551
self.is_valid_url(url)
552552

553+
self.is_alert_present()
554+
553555
self.is_online()
554556

555557
self.is_chromium()

0 commit comments

Comments
 (0)