Whenever I attempt to click a button, a popup seems to appear in front of it, causing my automation script to fail with an error message stating that the element is intercepted and not clickable. Even after scrolling down to the element with a function, the blocking element still gets in the way. Is there a way to overcome this issue with the interfering element?
I have considered using actions, but this solution is not compatible with FireFox in Protractor. Are there any suggestions on how to develop a function that can "round" the element to ensure that no other elements are obstructing it?