|
ChooseOkOnNextPrompt
Choose ok on next prompt
Description Undo the effect of calling ChooseCancelOnNextPrompt. Note that Selenium's overridden window.prompt() function will normally automatically return true, as if the user had manually clicked OK, so you shouldn't need to use this command unless for some reason you need to change your mind prior to the next prompt. After any prompt, Selenium will resume using the default behavior for future prompts, automatically returning true (OK) unless/until you explicitly call ChooseCancelOnNextPrompt for each prompt. Properties
Diagram Example This test is available in the CubicExTest project including the HTML pages. Check the DownloadingSources page to see how you can download and setup your Eclipse for this project. | ||||
► Sign in to add a comment