Changes in version 0.2.6 (2022-09-01) - Fixing Mac install problem introduced by new chromedriver binaries for Mac M1 (#26) Changes in version 0.2.5 (2020-01-31) - Replaced subprocess (archived in CRAN) with processx. Changes in version 0.2.4 (2018-07-21) - Fixed tests for CRAN re-submission. Changes in version 0.2.3 - Fixed issue with checking for JAVA (thanks Michal Libura #15) Changes in version 0.2.2 (2017-01-23) - Moved unix based systems to write pipes to file. - Fixed issue with shell escaping paths. Changes in version 0.2.1 (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. Changes in version 0.2.0 (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. Changes in version 0.1.5 - Use binman::sem_ver for versioning. - Remove the v in gecko versions. - Improve logging in selenium function. Changes in version 0.1.4 - Added tests for driver functions. Changes in version 0.1.3 - Added selenium function. - Added iedriver function. Changes in version 0.1.2 - Added phantomjs function. Changes in version 0.1.1 - Added chrome function. - Added gecko function. Changes in version 0.1.0 - Added a NEWS.md file to track changes to the package.