Skip to content

CyuHat/hayalbaz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hayalbaz

Puppeteer in a different language - this R package provides a puppeteer inspired interface to the Chrome Devtools Protocol using chromote.

Installation

remotes::install_github("rstudio/chromote")
remotes::install_github("rundel/hayalbaz")

Usage

library(hayalbaz)

test = puppet$new("https://example.com")

test$get_element("p")
test$click("a")
test$view()

About

Puppeteer in a different language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%