Enable remote debugging in Chrome.
Obtain the target ID of the desired tab using the `list` command.
Construct the appropriate `cdp.mjs` command with the target ID and desired action (e.g., `shot`, `eval`, `click`).
Execute the command.
Review the output or result of the command.
Repeat steps 3-5 as needed.