You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: synthetics/browser-test/set-up-browser-test.rst
+24-29Lines changed: 24 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -527,6 +527,30 @@ Here are the limits for each type of wait time. The maximum limit for a run is 3
527
527
528
528
529
529
530
+
Chrome flags
531
+
----------------
532
+
Google Chrome flags are a helpful tool for troubleshooting. Activate browser features that are not available by default to test custom browser configurations and specialized use cases, like a proxy server.
533
+
534
+
For more, see
535
+
:new-page:`What are Chrome flags? <https://developer.chrome.com/docs/web-platform/chrome-flags>` in the Google Chrome Developer guide.
536
+
537
+
Note: Global variables are incompatible with Chrome flags.
If you use multiple exclusions or multiple :guilabel:`All Except` rules, the :guilabel:`All Except` inclusions always take precedence over other exclusions. Order is always ignored unless you are using a combination :guilabel:`All Except` and :guilabel:`Custom` exclusions.
568
592
569
-
570
-
571
-
Chrome flags
572
-
----------------
573
-
Google Chrome flags are a helpful tool for troubleshooting. Activate browser features that are not available by default to test custom browser configurations and specialized use cases, like a proxy server.
574
-
575
-
For more, see
576
-
:new-page:`What are Chrome flags? <https://developer.chrome.com/docs/web-platform/chrome-flags>` in the Google Chrome Developer guide.
577
-
578
-
Note: Global variables are incompatible with Chrome flags.
0 commit comments