ONLYOFFICE Webdriver Wrapper Gem. Used in QA
Install pre-requirements
sudo apt-get install ffmpeg
Add this line to your application's Gemfile:
gem 'onlyoffice_webdriver_wrapper'
And then execute:
bundle
Or install it yourself as:
gem install onlyoffice_webdriver_wrapper
See spec
files to usage examples
If you need to update stored chromedriver exe files to version 99.0.4844.51
call
rake update_chromedriver['99.0.4844.51']
rake update_geckodriver['0.34.0']