jon_yates
12 years agoOccasional Contributor
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"); ...