01-03-2013, 11:02 PM
(This post was last modified: 01-03-2013, 11:03 PM by moon_walker333.)
You could simply do something like this:
Code:
vendorListItems = Browser("...").Page("...").WebList("...").GetROProperty("all items")
If Not instr(vendorListItems, VendorNameToSearch) > 0 Then
Msgbox "Vendor Name not found"
End If