tests/testthat/_snaps/selectors.md

validates inputs

Code
  make_selector()
Condition
  Error:
  ! Please supply one of css or xpath
Code
  make_selector("a", "b")
Condition
  Error:
  ! Please supply css or xpath, not both
Code
  make_selector(css = 1)
Condition
  Error in `make_selector()`:
  ! `css` must be a string
Code
  make_selector(xpath = 1)
Condition
  Error in `make_selector()`:
  ! `xpath` must be a string


Try the rvest package in your browser

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

rvest documentation built on Aug. 20, 2022, 1:08 a.m.