When I activate a url via Webdrive that start up a Word Document a dialogbox with a Yes or No is started up . How do I send in keys to click the Yes-button in Webdrive.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
First you need to switch to the particular window using the following method -
If the name is not known, you can use
to obtain a list of known windows. You may pass the handle to
If it's JavaScript you can use -
Hope this helps! |
|||||
|