Tag: <span>Pop-up</span>

Retrieving Text from a Modal Dialog

01/11/2011
Posted by
0

If your test case requires you to validate the text of a modal dialog, you can use the AutoIT function WinGetText.

However, this method only works for IE modal popups. When using Firefox, the WinGetText function will output a nil. One possible solution around this is to highlight the text, copy it, send it…

Read more