Hi,
I just realized that no spaces allowed in Required string in web monitoring.
According to documentation it should be an regular expression.
But neither \s+ nor .* doesn't work for me:
Required string: Can't access your account
access\s+your\s+account doesn't work
access.*your.*account doesn't work
access work
Any ideas?
I just realized that no spaces allowed in Required string in web monitoring.
According to documentation it should be an regular expression.
But neither \s+ nor .* doesn't work for me:
Required string: Can't access your account
access\s+your\s+account doesn't work
access.*your.*account doesn't work
access work
Any ideas?