I am facing problem while executing my test against IE browser. I have downloaded IEDriverServer.exe file and put the path in environment path.(C:\driver\IEDriverServer). I am getting the following error message.
C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/selenium-webdriver-2.44.0/lib/selenium/webdriver/ie/server.rb:14:in `get': Unable to find standalone executable. Please download the IEDriverServer from
http://selenium-release.storage.googleapis.com/index.html and place the executable on your PATH. (Selenium::WebDriver::Error::WebDriverError)
from C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/selenium-webdriver-2.44.0/lib/selenium/webdriver/ie/bridge.rb:24:in `initialize'
from C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/selenium-webdriver-2.44.0/lib/selenium/webdriver/common/driver.rb:35:in `new'
from C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/selenium-webdriver-2.44.0/lib/selenium/webdriver/common/driver.rb:35:in `for'
from C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/selenium-webdriver-2.44.0/lib/selenium/webdriver.rb:67:in `for'
from E:/RubyLearning/webDriverProject/First/FirstWebDriverTest.rb:6:in `<class:FirstTest>'
from E:/RubyLearning/webDriverProject/First/FirstWebDriverTest.rb:3:in `<main>'
Please help me how to resolve this. I am newbie to RUBY.