Set the implicit timeout for the webdriver.

set_timeout(obj, milliseconds = 10000)

Arguments

obj

reactor object

milliseconds

Time interval to wait in milliseconds, Default: 10000

Value

obj reactor object

See also

Examples

if (FALSE) { if(interactive()){ #EXAMPLE1 } }