Left click
Use left click to target elements. Left clicks should be used to target dropdowns, except for native html dropdowns which should use select.
Target
The target to click. This step can contain variables and inline javascript.
Make sure to follow guidelines on how to target elements.
(optional) File upload
Setting this argument will let Heal pass files to the browser when using a system Several upload types are accepted:
- File upload: the URL of any public file to upload. This will be used when a system file browser is opened, for example, when clicking on a "browse files" button. Make sure that the target file uploader accepts the file format you provide.
- Camera: the URL of any public image or video. This will be used when the system camera is called with getUserMedia.
- Microphone: the URL of any public sound file. This will be used when the system microphone is called with getUserMedia.