tidyselenium

knitr::opts_chunk$set(
  collapse = TRUE,
  eval = F,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
library(badger)

git_repo <- "benjaminguinaudeau/tidyselenium"

cat(
  badge_lifecycle(),
    badge_code_size(git_repo),
    badge_last_commit(git_repo)
)

This package provides tool to use Selenium driver functions in pipeline.

chrome <- chrome_init("chrome")

Thanks

A huge thank you to Favstats for designing each of the hex-stickers.



benjaminguinaudeau/tidyselenium documentation built on Nov. 23, 2020, 3:25 p.m.