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: docs/api/actions/check.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Pass in an options object to change the default behavior of `.check()`.
64
64
|`timeout`|[`defaultCommandTimeout`](/guides/references/configuration#Timeouts)| Time to wait for `.check()` to resolve before [timing out](#Timeouts)|
65
65
|`waitForAnimations`|[`waitForAnimations`](/guides/references/configuration#Actionability)| Whether to wait for elements to [finish animating](/guides/core-concepts/interacting-with-elements#Animations) before executing the command. |
Copy file name to clipboardExpand all lines: docs/api/actions/clear.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Pass in an options object to change the default behavior of `.clear()`.
54
54
|`timeout`|[`defaultCommandTimeout`](/guides/references/configuration#Timeouts)| Time to wait for `.clear()` to resolve before [timing out](#Timeouts)|
55
55
|`waitForAnimations`|[`waitForAnimations`](/guides/references/configuration#Actionability)| Whether to wait for elements to [finish animating](/guides/core-concepts/interacting-with-elements#Animations) before executing the command. |
Copy file name to clipboardExpand all lines: docs/api/actions/click.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Pass in an options object to change the default behavior of `.click()`.
75
75
|`timeout`|[`defaultCommandTimeout`](/guides/references/configuration#Timeouts)| Time to wait for `.click()` to resolve before [timing out](#Timeouts)|
76
76
|`waitForAnimations`|[`waitForAnimations`](/guides/references/configuration#Actionability)| Whether to wait for elements to [finish animating](/guides/core-concepts/interacting-with-elements#Animations) before executing the command. |
Copy file name to clipboardExpand all lines: docs/api/actions/dblclick.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Pass in an options object to change the default behavior of `.dblclick()`.
75
75
|`timeout`|[`defaultCommandTimeout`](/guides/references/configuration#Timeouts)| Time to wait for `.dblclick()` to resolve before [timing out](#Timeouts)|
76
76
|`waitForAnimations`|[`waitForAnimations`](/guides/references/configuration#Actionability)| Whether to wait for elements to [finish animating](/guides/core-concepts/interacting-with-elements#Animations) before executing the command. |
Copy file name to clipboardExpand all lines: docs/api/actions/rightclick.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Pass in an options object to change the default behavior of `.rightclick()`.
83
83
|`timeout`|[`defaultCommandTimeout`](/guides/references/configuration#Timeouts)| Time to wait for `.rightclick()` to resolve before [timing out](#Timeouts)|
84
84
|`waitForAnimations`|[`waitForAnimations`](/guides/references/configuration#Actionability)| Whether to wait for elements to [finish animating](/guides/core-concepts/interacting-with-elements#Animations) before executing the command. |
Copy file name to clipboardExpand all lines: docs/api/actions/scrollintoview.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Pass in an options object to change the default behavior of `.scrollIntoView()`.
44
44
|`offset`|`{top: 0, left: 0}`| Amount to scroll after the element has been scrolled into view |
45
45
|`timeout`|[`defaultCommandTimeout`](/guides/references/configuration#Timeouts)| Time to wait for `.scrollIntoView()` to resolve before [timing out](#Timeouts)|
Copy file name to clipboardExpand all lines: docs/api/actions/scrollto.mdx
+3-3
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Pass in an options object to change the default behavior of `cy.scrollTo()`.
74
74
|`log`|`true`| Displays the command in the [Command log](/guides/core-concepts/cypress-app#Command-Log)|
75
75
|`timeout`|[`defaultCommandTimeout`](/guides/references/configuration#Timeouts)| Time to wait for `.scrollTo()` to resolve before [timing out](#Timeouts)|
Copy file name to clipboardExpand all lines: docs/api/actions/select.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Pass in an options object to change the default behavior of `.select()`.
53
53
|`log`|`true`| Displays the command in the [Command log](/guides/core-concepts/cypress-app#Command-Log)|
54
54
|`timeout`|[`defaultCommandTimeout`](/guides/references/configuration#Timeouts)| Time to wait for `.select()` to resolve before [timing out](#Timeouts)|
0 commit comments