what I want to do is to check if I can find the textarea, if not, click another link(refresh)
When I loop around 40 times, the xpath count will suddenly keep loading for a very long time(like 10minutes), until I refresh the page manully. but if I use f12 to check the html, it actually has textarea.
I tried to use statusOK, but is not working in selenium ide chrome. it shows unexpected error{ .
Is there another way to work around it? like if the click timeout, then xxx. or Ignore error?
what I want to do is to check if I can find the textarea, if not, click another link(refresh) When I loop around 40 times, the xpath count will suddenly keep loading for a very long time(like 10minutes), until I refresh the page manully. but if I use f12 to check the html, it actually has textarea.
I tried to use statusOK, but is not working in selenium ide chrome. it shows unexpected error{ .
Is there another way to work around it? like if the click timeout, then xxx. or Ignore error?