Hi,
I was wondering how you can test for the presence of a jQuery UI modal dialog with Selenium.
I have done some Google searching but nothing is abundantly clear. although this page suggested isVisible():
http://groups.google.com/group/selenium-test-tool/browse_thread/thread/6affc0ef45a1d4a6?pli=1
I would also require to test elements on the dialog and navigate back to the page that the dialog was initiated from.
Thanks in advance.