Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 60f978f

Browse files
author
ada
committed
Updated based on Confluence draft
1 parent daff867 commit 60f978f

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

synthetics/browser-test/set-up-browser-test.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Follow these steps to set up a Browser test:
3030

3131
#. From the landing page of Splunk Observability Cloud, navigate to Splunk Synthetic Monitoring.
3232

33-
#. Under Tests, select :guilabel:`Add New Test` and select :guilabel:`Browser Test` from the drop-down list. The test creation view opens.
33+
#. Under :guilabel:`Tests`, select :guilabel:`Create new test` and then select :guilabel:`Browser test` from the drop-down list. The test creation view opens.
3434

3535
#. In the :guilabel:`Name` field, enter a name for your test.
3636

synthetics/browser-test/set-up-transactional-browser-test.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,23 @@ The following table describes the types of steps you can include for actions:
6969
- Dismiss an alert that appears on the page.
7070

7171
* - Fill in field
72-
- Fill a field you identify under :guilabel:`Selector` with a value you provide under :guilabel:`Value`. Optionally, wait for navigation. For security and reusability, use a built-in, custom, or global variable to provide the value. See :ref:`global-variables` to learn more.
72+
- Fill in the field you identify under :guilabel:`Selector` with a value you provide in the :guilabel:`Value` field. For security and reusability, use a :ref:`built-in <built-in-variables>`, :ref:`custom <custom-variables>`, or :ref:`global <global-variables>` variable in the :guilabel:`Value` field. Reference a custom variable as ``{{custom.your-variable-name}}``. Optionally, wait for navigation.
7373

7474
* - Go to URL
75-
- Navigate to a URL you provide under :guilabel:`Value`.
75+
- Navigate to a URL you provide in the :guilabel:`URL` field.
7676

7777
* - Execute JavaScript
7878
- Execute a piece of JavaScript you provide under :guilabel:`Value`. Optionally, wait for navigation.
7979

80-
* - Select
81-
- Select an element you identify under :guilabel:`Selector`. Choose the value you identify under :guilabel:`Value`. Optionally, wait for navigation.
80+
* - Save return value from Javascript
81+
- Execute a piece of JavaScript you specify in the :guilabel:`JavaScript` field. If the script returns a value you want to save, specify a name for the saved value in the :guilabel:`Variable` field. This creates a custom variable which you can reference in subsequent steps as ``{{custom.your-variable-name}}``. Optionally, wait for navigation.
8282

8383
* - Save text from element
8484
- Save the text an element you identify under :guilabel:`Selector`, as the variable you provide under :guilabel:`Variable`.
8585

86+
* - Select
87+
- Select an element you identify under :guilabel:`Selector`. Choose the value you identify under :guilabel:`Value`. Optionally, wait for navigation.
88+
8689
* - Switch to iframe
8790
- Switch focus to an embedded document in an inline frame, identified under :guilabel:`Selector`.
8891

0 commit comments

Comments
 (0)