I am currently using Protractor to run tests on an Angular JS project. On one particular page, I need to trigger the auto save feature by clicking on any blank area after filling in all the required fields.
However, I've been unable to figure out how to do this. I have tried clicking on irrelevant images or going back to click on a text box again, but it has not worked.
Here is the stacktrace:
An unknown error occurred: Element is not clickable at point (975, 357). Another element is blocking the click.*
Any insights or suggestions would be greatly appreciated. Thank you!