Ruby on Rails Tuesday, April 30, 2013

On 30 April 2013 13:37, Love U Ruby <lists@ruby-forum.com> wrote:
> ...
> Thanks for your suggestions! Now I need to install selenium-webdriver
> also.But I did `gem install selenium-webdriver`. But it seems not
> installed. As when I am doing require `selenium-webdriver` giving me
> load error.

Did you get any errors when you installed it?

What do you see if you do
gem list selenium-webdriver

If it does not show it installed then try
gem install selenium-webdriver
again. If you still can't get it to install post the result of the
two commands here. Copy/Paste the text so we can check for typos.

Also post the result of the require command.

Colin

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment