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
* update deps
* remove patches
* cleanup migration guides
* fix typescript
* visit is now a named export
* fix plugins
* removed a lot of things
* fix parser for prettier
* almost there
* try to make changes to the code displayed
* make sure the code samples follow js/ts
* Now it works without a glisch
* fix comments
* use proper types in plugins
* fix config
* fix changelog broken links
* a build that publishes
* fix linter
* docusaurus patches
* remove all jsx/mdx render hacks
* simplify weird args markdown bolding
* lint
* small fixes
* fix changelog cache ussues
* another round of render hack fixes
---------
Co-authored-by: Paul Jaffre <[email protected]>
|`altKey`|`false`| Activates the alt key (option key for Mac). Aliases: <code>optionKey</code>.|
66
+
|`altKey`|`false`| Activates the alt key (option key for Mac). Aliases: `optionKey`. |
67
67
|`animationDistanceThreshold`|[`animationDistanceThreshold`](/guides/references/configuration#Actionability)| The distance in pixels an element must exceed over time to be [considered animating](/guides/core-concepts/interacting-with-elements#Animations). |
68
-
|`ctrlKey`|`false`| Activates the control key. Aliases: <code>controlKey</code>.|
68
+
|`ctrlKey`|`false`| Activates the control key. Aliases: `controlKey`. |
69
69
|`log`|`true`| Displays the command in the [Command log](/guides/core-concepts/cypress-app#Command-Log)|
70
70
|`force`|`false`| Forces the action, disables [waiting for actionability](#Assertions)|
71
-
|`metaKey`|`false`| Activates the meta key (Windows key or command key for Mac). Aliases: <code>commandKey</code>, <code>cmdKey</code>.|
71
+
|`metaKey`|`false`| Activates the meta key (Windows key or command key for Mac). Aliases: `commandKey`, `cmdKey`. |
72
72
|`multiple`|`false`| Serially click multiple elements |
73
73
|`scrollBehavior`|[`scrollBehavior`](/guides/references/configuration#Actionability)| Viewport position to where an element [should be scrolled](/guides/core-concepts/interacting-with-elements#Scrolling) before executing the command |
74
74
|`shiftKey`|`false`| Activates the shift key. |
@@ -163,12 +163,12 @@ offers options to hold down keys across multiple commands. See
163
163
164
164
The following keys can be combined with `.click()` through the `options`.
|`altKey`|`false`| Activates the alt key (option key for Mac). Aliases: <code>optionKey</code>.|
66
+
|`altKey`|`false`| Activates the alt key (option key for Mac). Aliases: `optionKey`. |
67
67
|`animationDistanceThreshold`|[`animationDistanceThreshold`](/guides/references/configuration#Actionability)| The distance in pixels an element must exceed over time to be [considered animating](/guides/core-concepts/interacting-with-elements#Animations). |
68
-
|`ctrlKey`|`false`| Activates the control key. Aliases: <code>controlKey</code>.|
68
+
|`ctrlKey`|`false`| Activates the control key. Aliases: `controlKey`. |
69
69
|`log`|`true`| Displays the command in the [Command log](/guides/core-concepts/cypress-app#Command-Log)|
70
70
|`force`|`false`| Forces the action, disables [waiting for actionability](#Assertions)|
71
-
|`metaKey`|`false`| Activates the meta key (Windows key or command key for Mac). Aliases: <code>commandKey</code>, <code>cmdKey</code>.|
71
+
|`metaKey`|`false`| Activates the meta key (Windows key or command key for Mac). Aliases: `commandKey`, `cmdKey`. |
72
72
|`multiple`|`true`| Serially click multiple elements |
73
73
|`scrollBehavior`|[`scrollBehavior`](/guides/references/configuration#Actionability)| Viewport position to where an element [should be scrolled](/guides/core-concepts/interacting-with-elements#Scrolling) before executing the command |
74
74
|`shiftKey`|`false`| Activates the shift key. |
@@ -164,12 +164,12 @@ offers options to hold down keys across multiple commands. See
164
164
165
165
The following modifiers can be combined with `.dblclick()`.
0 commit comments