On 30 April 2013 13:37, Love U Ruby <[email protected]> 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 [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to