Description Public fields Methods
Generic crrry methods
Generic crrry methods
process
Chrome process, frm {crrri}
call_js()
Execute JavaScript code in the session.
CrrryGeneric$call_js(code, check = TRUE)
code
JS code
check
Should {crrry}
check if Shiny is still running?
click_on_id()
Click on an id
CrrryGeneric$click_on_id(id, check = TRUE)
id
ID
check
Should {crrry}
check if Shiny is still running?
gremlins_horde()
Send a gremlin.js
horde
CrrryGeneric$gremlins_horde(check = TRUE)
check
Should {crrry}
check if Shiny is still running?
shiny_set_input()
Set the value of a shiny input
CrrryGeneric$shiny_set_input(id, val, check = TRUE)
id
Shiny ID
val
Value for the ID
check
Should {crrry}
check if Shiny is still running?
wait_for_shiny_ready()
Wait for Shiny to be ready
CrrryGeneric$wait_for_shiny_ready(check = TRUE)
check
Should {crrry}
check if Shiny is still running?
wait_for()
Wait for a JS condition to be TRUE
CrrryGeneric$wait_for(cond, check = TRUE)
cond
JS condition
check
Should {crrry}
check if Shiny is still running?
clone()
The objects of this class are cloneable with this method.
CrrryGeneric$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.