Selenium IDE and custom confirm() function conflict
- by sakhunzai
I am using simple modal dialog by Eric Martin. And have defined a function e.g
function confirm(message, options) {....
}
To customize all confirm dialogs. Its working nicely accross all the browsers.Except when I enable Selenium IDE ,my custom confirm dialog function fails to capture "options" parameters and firefox console echos like this:
…