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

Commit a3feba2

Browse files
Merge pull request #2265 from splunk/gschatz-DOCGUILD-25905
Update transactional browser test table
2 parents 7ed9451 + 9b0f3bf commit a3feba2

File tree

2 files changed

+9
-23
lines changed

2 files changed

+9
-23
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,8 @@ The following image shows how to configure a test to go to a URL, wait for 10 se
456456
:alt: This image shows a browser test with three steps: go to url, wait 20 seconds, then log in.
457457

458458

459+
.. _configurable-wait-times:
460+
459461
Limits and defaults for configurable wait times
460462
------------------------------------------------------
461463
Here are the limits for each type of wait time. The maximum limit for a run is 30 minutes, after which it times out.

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

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ A step doesn't generate its own dedicated metrics, but it counts toward the metr
4646

4747
Types of steps you can include in your Browser Tests
4848
-----------------------------------------------------------
49-
The following table describes the types of steps you can include:
49+
Assertions are checks to see what state an object exists in, for example if text is present or an element is visible.
50+
The following table describes the types of steps you can include for actions:
5051

5152
.. list-table::
5253
:header-rows: 1
@@ -58,15 +59,15 @@ The following table describes the types of steps you can include:
5859
* - Accept alert
5960
- Accept an alert that appears on the page.
6061

61-
* - Dismiss alert
62-
- Dismiss an alert that appears on the page.
63-
6462
* - Clear
6563
- Clear an element you identify under :guilabel:`Selector`. Optionally, wait for navigation.
6664

6765
* - Click
6866
- Click on an element you identify under :guilabel:`Selector`. Optionally, wait for navigation.
6967

68+
* - Dismiss alert
69+
- Dismiss an alert that appears on the page.
70+
7071
* - Fill in field
7172
- 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.
7273

@@ -88,26 +89,9 @@ The following table describes the types of steps you can include:
8889
* - Switch to main
8990
- Switch focus back to the main frame of the webpage.
9091

91-
* - Wait for text present
92-
- Wait until the text identified in the key-value pair under :guilabel:`Value` appears on the webpage.
93-
94-
* - Wait for text present
95-
- Wait until the text identified in the key-value pair under :guilabel:`Value` appears on the webpage.
96-
97-
* - Wait for text not present
98-
- Wait until the text identified in the key-value pair under :guilabel:`Value` is not present on the webpage.
99-
100-
* - Wait for element present
101-
- Wait until the element you identify under :guilabel:`Selector` is present on the webpage.
102-
103-
* - Wait for element not present
104-
- Wait until the element you identify under :guilabel:`Selector` is not present on the webpage.
105-
106-
* - Wait for element visible
107-
- Wait until the element you identify under :guilabel:`Selector` is visible on the webpage.
92+
* - Wait
93+
- Wait a certain number of minutes. See, :ref:`configurable-wait-times`.
10894

109-
* - Wait for element not visible
110-
- Wait until the element you identify under :guilabel:`Selector` is not visible on the webpage.
11195

11296

11397

0 commit comments

Comments
 (0)