Hi All,

I am working on WATIR and facing issue when trying to open a ie browser. Even 
after all the dailog Alerts are handled i am getting the error
Selenium::WebDriver::Error::UnhandledAlertError:
  Modal dialog present

Tried using 
@browser.driver.wait_until(@browser.driver.browser.switch_to.alert.dismiss) 
after i saw the suggestion in stackoverflow site. Its going till the login page 
after handling all ssl certificate error and modal dialogues. But still i am 
facing issue.

Another issue i am facing is with chromeDriver, even after downloading chrome 
driver and placing its path in PATH variable i am getting the below error.
Selenium::WebDriver::Error::WebDriverError:
       Unable to find the chromedriver executable. Please download the server 
from http://code.google.com/p/chromedriver/downloads/list and place it 
somewhere on your PATH.

 Any help would be appreciated. Awating Response


---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-webdriver/issues/174
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to