Forum Discussion

jon_yates's avatar
jon_yates
Occasional Contributor
12 years ago

Testing for NULL

Hi all, With the following line (an error message), how do you test to see if anything was found: var text = page["NativeWebObject"]["Find"]("contentText", "The Name already*", "span"); ...