> For the complete documentation index, see [llms.txt](https://docs.roboteasy.tech/studio-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboteasy.tech/studio-en/studio/objetos/acoes-globais/aguardar.md).

# Wait

It adds a waiting time in milliseconds for the robot's next action.

## Settings&#x20;

<figure><img src="https://1031980850-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq5KHpWgHEwo0MpHCFtAb%2Fuploads%2FvROgFrAVs4DFGGuoZkix%2Froboteasy%20wait.png?alt=media&amp;token=8e4451a7-bee5-4b71-a9cf-4e15da01f8c1" alt=""><figcaption></figcaption></figure>

#### Filling in the fields:

| Field                                  | Description                                                       |
| -------------------------------------- | ----------------------------------------------------------------- |
| Title                                  | Title Description                                                 |
| Delay the next action in milliseconds. | Create delay in milliseconds for the next execution of the robot. |

## Exemple

1. To use it, just drag it to Studio's workspace and define the milliseconds to be applied.

<figure><img src="https://1031980850-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq5KHpWgHEwo0MpHCFtAb%2Fuploads%2FZojQsiwXMjmhnMoe4FyM%2Finsta.gif?alt=media&amp;token=8d53f897-e84d-4523-b40b-156f64978a65" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**TIP**

Remember that every 1 millisecond is equivalent to 0.001 seconds, that is, 1 second is equal to 1000 milliseconds.
{% endhint %}

## USE CASES

* Use it to check if a web page loaded correctly, before taking the next action. Example: [Open Browser](/studio-en/studio/objetos/internet/abrir-navegador.md) and then [Open a new tab](/studio-en/studio/objetos/internet/abrir-nova-aba.md)
* Use it to check if a robot's action was performed correctly, before taking the next action. Example: [Open Excel](/studio-en/studio/objetos/excel/abrir-excel.md) and then enter some data.

## Example

Open Browser and wait 3 (three) seconds to execute the robot's next action

<details>

<summary>ITEMS USED IN THE ROBOT</summary>

* Objects: [Open Browser ](/studio-en/studio/objetos/internet/abrir-navegador.md)- [Open New Tab](/studio-en/studio/objetos/internet/abrir-nova-aba.md) - [Close Browser](/studio-en/studio/objetos/internet/fechar-navegador.md)
* Website: <https://roboteasy.tech>

</details>

<figure><img src="https://1031980850-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq5KHpWgHEwo0MpHCFtAb%2Fuploads%2Fb42eWmTsWE084S79WrVm%2Fimage.png?alt=media&amp;token=0dcb7815-4611-42c6-bdd9-f240d5edb174" alt=""><figcaption><p>Settings Robot "Object Wait Example"</p></figcaption></figure>

**STEP 1:** To set "open browser"

<figure><img src="https://1031980850-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq5KHpWgHEwo0MpHCFtAb%2Fuploads%2Fki1M8aLtdaEERAng1RbO%2Fimage.png?alt=media&amp;token=85b2de6d-59b9-4ab1-ade8-3fe32bedad9c" alt=""><figcaption><p>Setting "Open browser" object </p></figcaption></figure>

**STEP 2:** To set "wait" object

<figure><img src="https://1031980850-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq5KHpWgHEwo0MpHCFtAb%2Fuploads%2FVMSeofPl4R80mIuqvqD2%2Fimage.png?alt=media&amp;token=5fcf4888-fcd0-4641-a62e-d90e80494adb" alt=""><figcaption><p>Setting "Wait" object</p></figcaption></figure>

**STEP 3:** To set "open new tab" and "close browser" objects

<figure><img src="https://1031980850-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq5KHpWgHEwo0MpHCFtAb%2Fuploads%2FVAU9uj9TZl7mGcNu9S4m%2Fimage.png?alt=media&amp;token=e84eaeee-cebb-4742-8de5-08507fe8f800" alt=""><figcaption><p>Setting "open new tab"</p></figcaption></figure>

<figure><img src="https://1031980850-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq5KHpWgHEwo0MpHCFtAb%2Fuploads%2Fmxc5wuo05rETjAn1T5cp%2Fimage.png?alt=media&amp;token=eeec7736-027d-4a56-be29-990679515a71" alt=""><figcaption><p>Setting "close browser"</p></figcaption></figure>

**STEP 4:** Run the robot and check its actions.

<figure><img src="https://1031980850-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq5KHpWgHEwo0MpHCFtAb%2Fuploads%2F6NlKdULfXPpRvoROoUos%2Fwait%20robot.gif?alt=media&amp;token=dea2814b-2cd8-4a67-85ff-6ab10ff7a949" alt=""><figcaption><p>Successful Execution - "Wait Robot"</p></figcaption></figure>

## Download it:

{% file src="/files/xVNGuFQrDcmomlfHNoKc" %}
