This article will explain:
How to obtain and install Applitools Eyes SDK for Selenium / Appium Ruby
Applitools Eyes SDK for Selenium Ruby can be downloaded from Rubygems (the name of the package is eyes_selenium).
To install the SDK, run the following command: gem install eyes_selenium
Or alternatively, add this line to your application’s Gemfile:
And then execute the ’bundle’ command.
Or alternatively, add this line to your application’s Gemfile:
gem ‘eyes_selenium’
And then execute the ’bundle’ command.