Sahi - Web Automation and Test Tool
Copyright 2006 V Narayan Raman
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Sets the input value of a confirm dialog with given message.
This needs to be set before a confirm is expected.
Prompts are generated in javascript via window.confirm(message)
Sets the input value of a prompt dialog with given message.
This needs to be set before a prompt is expected.
Prompts are generated in javascript via window.prompt(message)