CrrryGeneric: Generic crrry methods

Description Public fields Methods

Description

Generic crrry methods

Generic crrry methods

Public fields

process

Chrome process, frm {crrri}

Methods

Public methods


Method call_js()

Execute JavaScript code in the session.

Usage
CrrryGeneric$call_js(code, check = TRUE)
Arguments
code

JS code

check

Should {crrry} check if Shiny is still running?


Method click_on_id()

Click on an id

Usage
CrrryGeneric$click_on_id(id, check = TRUE)
Arguments
id

ID

check

Should {crrry} check if Shiny is still running?


Method gremlins_horde()

Send a gremlin.js horde

Usage
CrrryGeneric$gremlins_horde(check = TRUE)
Arguments
check

Should {crrry} check if Shiny is still running?


Method shiny_set_input()

Set the value of a shiny input

Usage
CrrryGeneric$shiny_set_input(id, val, check = TRUE)
Arguments
id

Shiny ID

val

Value for the ID

check

Should {crrry} check if Shiny is still running?


Method wait_for_shiny_ready()

Wait for Shiny to be ready

Usage
CrrryGeneric$wait_for_shiny_ready(check = TRUE)
Arguments
check

Should {crrry} check if Shiny is still running?


Method wait_for()

Wait for a JS condition to be TRUE

Usage
CrrryGeneric$wait_for(cond, check = TRUE)
Arguments
cond

JS condition

check

Should {crrry} check if Shiny is still running?


Method clone()

The objects of this class are cloneable with this method.

Usage
CrrryGeneric$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


ColinFay/crrry documentation built on Oct. 14, 2020, 12:13 p.m.