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.
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:
50
51
51
52
.. list-table::
52
53
:header-rows: 1
@@ -58,15 +59,15 @@ The following table describes the types of steps you can include:
58
59
* - Accept alert
59
60
- Accept an alert that appears on the page.
60
61
61
-
* - Dismiss alert
62
-
- Dismiss an alert that appears on the page.
63
-
64
62
* - Clear
65
63
- Clear an element you identify under :guilabel:`Selector`. Optionally, wait for navigation.
66
64
67
65
* - Click
68
66
- Click on an element you identify under :guilabel:`Selector`. Optionally, wait for navigation.
69
67
68
+
* - Dismiss alert
69
+
- Dismiss an alert that appears on the page.
70
+
70
71
* - Fill in field
71
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
73
@@ -88,26 +89,9 @@ The following table describes the types of steps you can include:
88
89
* - Switch to main
89
90
- Switch focus back to the main frame of the webpage.
90
91
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`.
108
94
109
-
* - Wait for element not visible
110
-
- Wait until the element you identify under :guilabel:`Selector` is not visible on the webpage.
0 commit comments