Closed jecfish closed 2 years ago
The WebDriver spec defines that interacting with elements requires to scroll the element into viewport. However that sometimes is not reliable when e.g. there are position fixed elements overlaying the element. I will investigate this.
I tweaked and improved the selectors a bit and this doesn't seem to be a problem anymore.
Steps:
Element is not clickable at point x y. Other element would receive the click: ...
Notes:
Follow the side note in the https://webdriver.io/docs/api/element/click. I am not sure if this is something can be addressed by the auto-generated script or should I manually remove the fixed header menu.