> For the complete documentation index, see [llms.txt](https://docs.browserflow.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.browserflow.app/reference/browserflow-commands/interact-with-page/click.md).

# Click

Clicks on an element on the page

#### Selector

* [Selector](/guides/selectors.md) for the element to click

#### Wait for new page to load

* If the click will trigger a URL change, select this option to wait for the new page to load before proceeding

#### Wait for file to download

* If the click will trigger a file download, select this option to wait for the file to download before proceeding

#### File destination (applicable if "Wait for file to download" is selected)

* Where to save the file

#### Store downloaded file path/URL in variable (applicable if "Wait for file to download" is selected)

* Name of the variable to store the path/URL of the downloaded file
* Storing the local file path is only needed if the downloaded file will later be uploaded in the flow since [Upload File](/reference/browserflow-commands/interact-with-page/upload-file.md) requires an absolute path.
