vote up 0 vote down star

Hello!

I need to click in the button ok inside alert window with a selenium command.

For me assertAlert or verifyAlert aren't enough

It's possible?

Anyone can help me with this with a example for a complete syntax command in Selenium IDE for this problem?

Thanks

Bruno

flag

2 Answers

vote up 0 vote down

You might look into chooseOkOnNextConfirmation, although that should probably be the default behavior if I read the docs correctly.

link|flag
vote up 0 vote down

assertAlert ought to do the trick. I see in the docs that alerts generated in a page's OnLoad event handler cannot be scripted this way (and have experienced it myself, alas, due to the ASP.NET page lifecycle). Could that be what you're running into?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.