When I do:
profile = Selenium::WebDriver::IE::Profile.new
It says:
NameError: uninitialized conatant Selenium::Webdriver::IE::Profile
Does it work with this?
profile = Selenium::WebDriver::Firefox::Profile.new
I’ve never tried using Selenium profiles with IE, so if that Firefox
line works then it’s a Selenium-IE issue.
Joel P. wrote in post #1073982:
Does it work with this?
profile = Selenium::WebDriver::Firefox::Profile.new
YES
I’ve never tried using Selenium profiles with IE,
What frofile you use then?
code example for IE,chrome and FF?
so if that Firefox
line works then it’s a Selenium-IE issue.
How to look into it? and find the rout cause?
Maybe we’re going about this the wrong way.
What are you trying to do? Please state your objective, your progress so
far, and the current issue you’re trying to overcome.
I think we’re getting too bogged down in specifics and we need to
establish the right way to go about achieving your goal, rather than how
to avoid a specific error code.