File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -653,8 +653,9 @@ pytest test_coffee_cart.py --trace
653
653
--sjw # (Skip JS Waits for readyState to be "complete" or Angular to load.)
654
654
--wfa # (Wait for AngularJS to be done loading after specific web actions.)
655
655
--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.)
658
659
--headed # (Run tests in headed/GUI mode on Linux OS, where not default.)
659
660
--xvfb # (Run tests using the Xvfb virtual display server on Linux OS.)
660
661
--xvfb-metrics=STRING # (Set Xvfb display size on Linux: "Width,Height".)
Original file line number Diff line number Diff line change @@ -144,8 +144,9 @@ pytest my_first_test.py --settings-file=custom_settings.py
144
144
--sjw # (Skip JS Waits for readyState to be "complete" or Angular to load.)
145
145
--wfa # (Wait for AngularJS to be done loading after specific web actions.)
146
146
--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.)
149
150
--headed # (Run tests in headed/GUI mode on Linux OS, where not default.)
150
151
--xvfb # (Run tests using the Xvfb virtual display server on Linux OS.)
151
152
--xvfb-metrics=STRING # (Set Xvfb display size on Linux: "Width,Height".)
Original file line number Diff line number Diff line change @@ -550,6 +550,8 @@ self.inspect_html()
550
550
551
551
self .is_valid_url(url)
552
552
553
+ self .is_alert_present()
554
+
553
555
self .is_online()
554
556
555
557
self .is_chromium()
You can’t perform that action at this time.
0 commit comments