开发者

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

开发者 https://www.devze.com 2023-02-03 12:22 出处:网络
I am very new at Ruby and am having an issue when trying to run my script using watir. I am getting this error:

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

精彩评论

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