#' @title creator
#' @description Selenium plugin to manage multi level shadow DOM elements on web page.
#' @param RemoteDriver The shadow class takes a RSelenium RemoteDriver
#' @import methods
#' @import RSelenium
#' @keywords shadow
#' @export
#' @examples
#'
shadow <- function(driver){
new("shadow", driver = driver, javascript_library = convert_js_to_text())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.