Skip to content

parsel 0.2.0

Choose a tag to compare

@till-tietz till-tietz released this 08 Jun 20:12
b3ab4d1
  • Added 'RSelenium' constructor functions. These functions are wrappers around 'RSelenium' methods that allow you to quickly and easily render safe, ready to use 'RSelenium' scraping code to the console and paste it into your scraping functions. Constructors can be piped together via %>>% to allow for intuitive, sequential construction of scraping code.
  • Constructors include functions for:
    • navigation: go(), goback(), goforward()
    • web-element interaction: click(), type()
    • web-element scraping: get_element()
    • piping: %>>%