How to deal with ModalDialog using selenium webdriver?

The Solution to How to deal with ModalDialog using selenium webdriver? is


Use

following methods to switch to modelframe

driver.switchTo().frame("ModelFrameTitle");

or

driver.switchTo().activeElement()

Hope this will work

~ Answered on 2012-12-18 15:35:25


Most Viewed Questions: