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
**Description:** Clicks a page element such as a button, link, checkbox, or other interactive control. To choose an option from a native <select>element, use [`fill`](#fill) instead.
Copy file name to clipboardExpand all lines: src/bin/cliDefinitions.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ export type Commands = Record<
24
24
>;
25
25
exportconstcommands: Commands={
26
26
click: {
27
-
description: 'Clicks on the provided element',
27
+
description:
28
+
'Clicks a page element such as a button, link, checkbox, or other interactive control. To choose an option from a native <select> element, use fill instead.',
description: `Clicks a page element such as a button, link, checkbox, or other interactive control. To choose an option from a native <select> element, use fill instead.`,
0 commit comments