08-16-2011, 10:38 PM
I need to check multiple of objects to determine which type of Preference dialog box was displayed. Can I use:
Code:
With Browser("Fax Request").Page("Preferences")
Code:
If (.WebElement("WebTable").Exist and .WebEdit("StartDate").Exist and .WebElement("mm/dd/yyyy").Exist and .WebCheckBox("CheckboxSave").Exist Then
...?