diff --git a/README.md b/README.md index 590458a..1fb21f0 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,50 @@ Create an API key from the [Kernel dashboard](https://dashboard.onkernel.com). - `kernel browsers extensions upload ...` - Ad-hoc upload of one or more unpacked extensions to a running browser instance. +### Browser Computer Controls + +- `kernel browsers computer click-mouse ` - Click mouse at coordinates + - `--x ` - X coordinate (required) + - `--y ` - Y coordinate (required) + - `--num-clicks ` - Number of clicks (default: 1) + - `--button