我一直在使用 firewatir 很长一段时间,但正在考虑切换到 watir-webdriver。当我使用 watir-webdriver 时,我正在使用现有脚本并在 IRB 中出现错误
这是我现有脚本中的代码
require 'rubygems'
require 'watir-webdriver'
Watir.options_file = 'classes/options.yml'
我收到以下错误
“Watir:Module (NoMethodError) 的未定义方法 `options_file='”
有人可以指出我正确的方向,因为我已经迷失了几天。
谢谢