actions_pause | R Documentation |
A pause action to be passed into actions_stream()
. Waits for a given
number of seconds before performing the next action in the stream.
actions_pause(seconds)
seconds |
The number of seconds to wait for. |
A selenium_action
object.
actions_stream(
actions_pause(1)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.