wdauto
is an R package that allows windows users to manage the downloading and running of third party binaries relating to the webdriver/selenium projects using Google browser. The package was inspired by wdman and my work pptsdd.get_cd()
and get_ss()
are used to download chromedriver and selenium server respectively. auto_cs()
is used to start the selenium webdriver service. reset_cs()
is used to reset the selenium webdriver service.
The downloading of binaries is handled by the httr2
package and rvest
package, and the running of the binaries as processes is handled by generating a .bat file, which is placed in the Windows startup folder.
The wdauto
package currently manages the following binaries:
You can install the development version of wdauto from GitHub with:
# install.packages("devtools")
devtools::install_github("tony2015116/wdauto")
# install.packages("pak")
pak::pak("tony2015116/wdauto")