unknown error: Element is not clickable at point (572, 514). Other element would receive the click
What is the work around for this error?
unknown error: Element is not clickable at point (572, 514). Other element would receive the click
What is the work around for this error?
Steps to reproduce the issue:
Any help on how to stop the error and continue running the script would be greatly appreciated.
Regards
Ananth
I had the same problem in testing a long dropdown list and I got the solutions using
FOCUS before the click.
It just gives the focus to the specified elements, so that you avoid other clicking areas.
Have a try.
Carlo.
Carlo Gonella said:
I had the same problem in testing a long dropdown list and I got the solutions using
FOCUS before the click.
It just gives the focus to the specified elements, so that you avoid other clicking areas.Have a try.
Carlo.
Thanks Carlo for the quick response.
I have tried WebUI.focus() method. But it did not help in resolving the issue.
Can you please suggest some other solutions which you have used before.
Thanks