handle_cookies | R Documentation |
Handle cookies page
handle_cookies(
client,
using = "xpath",
value = "//button[@aria-label='Reject all']",
accept_cookies = FALSE,
sleep = 1
)
client |
|
using |
String with "css" or "xpath". |
value |
String with css tag or xpath. |
accept_cookies |
Not used (to be implemented). |
sleep |
Integer with number of seconds to use as pause between actions on the web page. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.