validate Url
Validates the content of a URL by checking if it contains a specific text.
Return
true
if the specified text is not present in the URL content; false
otherwise.
Parameters
url
The URL to validate.
find Text
The text to search for in the content of the URL.