View source: R/get_visible_webels.r
get_visible_webels | R Documentation |
This function allows you to extract only the visible elements from a list of webelments.
get_visible_webels(list_of_webel)
webels |
A list with webelements |
A vector containing only the visible webelements
url <- "https://www.hyundai.ch/" remDr <- prepare_browser_function(url,"id","onetrust-reject-all-handler", containerport = 4445L) remDr$navigate("https://www.hyundai.ch/de/model/i10/") configbutton <- remDr$findElements(using = "id", "configBtn") visbible_configbutton <- get_visible_webels(configbutton) length(configbutton) length(visbible_configbutton)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.