I am going deeper into regression tests in my company. We have a lot of locators set on span elements combined with click() which causes exception 'not clickable element'. Click on span sometimes works but not always. I am looking for best way to fix our problem. 1. Changing every span elements to buttons. 2. Adding test-id to span or parent(div) element 3. Adding 'actions.moveToElement' but it will be implemented in many places
Do my points have sens for you ? What do you suggest ?