开发者

It seems as though firewatir is not being found when trying to run my script?

I am very new at Ruby and am having an issue when trying to run my script using watir.

I am getting this error:

"./watir.rb:4:in require': no such file to load -- firewatir (LoadError) from ./watir.rb:4 from watir.rb:3:inrequire' from watir.rb:3"

Any help would be great!

开发者_StackOverflow中文版

Thanks!

Curtis


How did you install the gem?

Try adding this at the top of your script:

require "rubygems"
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜