handle_cookies: Handle cookies

handle_cookiesR Documentation

Handle cookies

Description

Handle cookies page

Usage

handle_cookies(
  client,
  using = "xpath",
  value = "//button[@aria-label='Reject all']",
  accept_cookies = FALSE,
  sleep = 1
)

Arguments

client

RSelenium 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.


villegar/scrappy documentation built on Jan. 25, 2024, 4:38 p.m.