Learn R Programming

selenium (version 0.1.4)

actions_pause: Wait for a period of time

Description

A pause action to be passed into actions_stream(). Waits for a given number of seconds before performing the next action in the stream.

Usage

actions_pause(seconds)

Value

A selenium_action object.

Arguments

seconds

The number of seconds to wait for.

Examples

Run this code
actions_stream(
  actions_pause(1)
)

Run the code above in your browser using DataLab