inst/examples/getCookie.R

# Examples for xxxCookie
remDr <- remoteDr()
remDr %>% go("https://www.google.com/ncr")
remDr %>% getTitle()
remDr %>% getCookie()
remDr %>% getCookie("NID")
remDr %>% addCookie(name = "myCookie", value = "12")
remDr %>% getCookie("myCookie")
remDr %>% deleteCookie("myCookie")
remDr %>% getCookie("myCookie")
remDr %>% getCookie()
remDr %>% deleteAllCookies()
remDr %>% getCookie()

remDr %>% deleteSession()

Try the seleniumPipes package in your browser

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

seleniumPipes documentation built on May 2, 2019, 5:57 a.m.