Changelog
Source:NEWS.md
wdman 0.2.6
CRAN release: 2022-09-01
- Fixing Mac install problem introduced by new chromedriver binaries for Mac M1 (#26)
wdman 0.2.3
- Fixed issue with checking for JAVA (thanks Michal Libura #15)
wdman 0.2.2
CRAN release: 2017-01-23
- Moved unix based systems to write pipes to file.
- Fixed issue with shell escaping paths.
wdman 0.2.1
CRAN release: 2017-01-20
- Added a read_pipes internal function for windows drivers
- Fixed an issue with Windows and blocking pipes. A batch file is now ran with stdout/stderr piped to file.
wdman 0.2.0
CRAN release: 2017-01-18
- Added verbose arguments to the driver functions
- Import semver for parsing semantic versions
- Added basic vignette on operation.
- Set default PhantomJS version to 2.1.1 (2.5.0-beta runs old ghostdriver currently).
- Added a check argument to all driver functions.
- Added tests and refactored code.