CrrryOnPage: Launch a crrrry on a webpage

Description Value Super class Methods

Description

Launch a crrrry on a webpage

Launch a crrrry on a webpage

Value

A crrrry object

Super class

crrry::CrrryGeneric -> CrrryOnPage

Methods

Public methods

Inherited methods

Method new()

Create a Chrome object that connect to an URL with a Shiny App

Usage
CrrryOnPage$new(
  chrome_bin = Sys.getenv("HEADLESS_CHROME"),
  chrome_port = 9222L,
  url,
  headless = headless,
  ...
)
Arguments
chrome_bin

Path to Chrome binary, passed to Chrome$new()

chrome_port

Chrome_port, passed to Chrome$new()

url

URL where the app is running

headless

Run headless? Passed to Chrome$new()

...

Futher args passed to Chrome$new()


Method stop()

Stop the process

Usage
CrrryOnPage$stop()

Method is_alive()

Check if the url is available

Usage
CrrryOnPage$is_alive()

Method clone()

The objects of this class are cloneable with this method.

Usage
CrrryOnPage$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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