Since we moved to Windows 11, we’re facing some issues with clicking on an element at the edge of the Firefox window. As examples :
Before, it worked as expected and looked like this on win 10:
But now, with Windows 11, it looks like this:
When we use webUI.click()
on it, it reports that the click was done, but it actually clicks on the scrollbar instead.
As there are thousands of failures because of this, is there a way to correct it?
We are temporarily using the zoom function when opening the driver, but we would prefer not to use that.