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
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: synthetics/browser-test/set-up-browser-test.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -460,7 +460,7 @@ Host overrides
460
460
---------------------------------------
461
461
Add host override rules to reroute requests from one host to another. For example, you can create a host override to test an existing production site against page resources loaded from a development site or from a specific CDN edge node.
462
462
463
-
You can also indicate whether to retain the original ``HOST`` header by activating :strong:`Keep host headers`. If activated, the original request's headers remain intact (recommended). If deactivated, a change in the ``HOST`` header to the new host might occur, potentially leading to an internal direct (307). :strong:`Keep host headers` is activated by default.
463
+
You can also indicate whether to retain the original ``HOST`` header by activating :guilabel:`Keep host headers`. If activated, the original request's headers remain intact (recommended). If deactivated, a change in the ``HOST`` header to the new host might occur, potentially leading to an internal direct (307). :guilabel:`Keep host headers` is activated by default.
464
464
465
465
466
466
.. note::
@@ -478,10 +478,10 @@ Optimize your test coverage by adding custom wait times to capture longer page l
478
478
479
479
Follow these steps to configure custom wait times for your Browser tests:
480
480
481
-
#. In Splunk Synthetic Monitoring, select :strong:`Edit` on the Browser test to open the configuration panel.
482
-
#. Select :strong:`New step > Wait`, from the step type drop down.
481
+
#. In Splunk Synthetic Monitoring, select :guilabel:`Edit` on the Browser test to open the configuration panel.
482
+
#. Select :guilabel:`New step > Wait`, from the step type drop down.
483
483
#. Add a name and the wait time in ms.
484
-
#. When you finish instrumenting your test, save the workflow: :strong:`Return to test > Save`.
484
+
#. When you finish instrumenting your test, save the workflow: :guilabel:`Return to test > Save`.
485
485
486
486
The following image shows how to configure a test to go to a URL, wait for 10 seconds, then log in.
0 commit comments