R/app-driver-chromote.R

Defines functions app_view app_get_chromote_session

app_get_chromote_session <- function(self, private) {
  ckm8_assert_app_driver(self, private)

  private$chromote_session
}

app_view <- function(self, private) {
  ckm8_assert_app_driver(self, private)
  self$log_message("Viewing chromote session")

  self$get_chromote_session()$view()
}

Try the shinytest2 package in your browser

Any scripts or data that you put into this service are public.

shinytest2 documentation built on June 24, 2024, 5:16 p.m.