Window 11 Click on element obstructed by Bottom scroll bar obstructed on Firefox

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.

1 Like

hey @geoffrey.doco
have you tried to scroll to the element first before clicking on it?

It works, of course, but we’d like to avoid having to correct several thousands of cases like that.