I encountered an error while using Selenium for my test script. The error seems to occur randomly and is not consistently reproducible. When I run the test 10 times, it occurs about twice. The element I'm attempting to click on is clearly visible in the browser and does not move around, so resizing or dragging the element is not necessary. I am utilizing the Chrome WebDriver and have already tried various troubleshooting strategies suggested in this forum post, but they do not seem relevant to my specific issue. Additionally, I have ensured that I waited a sufficient amount of time before interacting with the element.
UnknownError: unknown error: Element is not clickable at point (167, 403). Other element would receive the click: <div class="leftMasterBackground"></div>