I am compiling a Ruby script as a test to run independent of needing any dependencies, there are two lines of code that are compiled with OCRA --windows abc.rb
The file does not run on other computers, and I cannot discover why. Any suggestions greatly appreciated. Here are the two lines:
require 'watir-webdriver'
@browser = Watir::Browser.new