actions_pause {selenium}R Documentation

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)

Arguments

seconds

The number of seconds to wait for.

Value

A selenium_action object.

Examples

actions_stream(
  actions_pause(1)
)


[Package selenium version 0.1.3 Index]