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: README.md
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,50 @@ Create an API key from the [Kernel dashboard](https://dashboard.onkernel.com).
241
241
242
242
-`kernel browsers extensions upload <id or persistent id> <extension-path>...` - Ad-hoc upload of one or more unpacked extensions to a running browser instance.
243
243
244
+
### Browser Computer Controls
245
+
246
+
-`kernel browsers computer click-mouse <id or persistent id>` - Click mouse at coordinates
247
+
-`--x <coordinate>` - X coordinate (required)
248
+
-`--y <coordinate>` - Y coordinate (required)
249
+
-`--num-clicks <n>` - Number of clicks (default: 1)
0 commit comments