Hi guys,
I will try to provide the maximum details possible since this is a weird issue.
Till chromedriver 94 everything was working fine to me.
I run acceptance tests on unbutu 18.04 machines.
After upgrading to 95 and on, I start getting the following when trying to click on a material panel:
org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element <button _ngcontent-yte-c241="" queryparamshandling="preserve" mat-menu-item="" class="mat-focus-indicator mat-menu-item ng-tns-c63-49 ng-star-inserted cdk-focused cdk-mouse-focused" tabindex="0" data-test-id="btnNewAppType-HTTP" role="menuitem" aria-disabled="false" style="">...</button> is not clickable at point (1804, 212). Other element would receive the click: <div id="cdk-overlay-3" class="cdk-overlay-pane" style="position: static;">...</div>
The weird thing is that when running the same code on Windows or Mac it works perfectly fine for newer versions of chromedriver but still fails in ubuntu.
I already try narrowing the element first to the overlay/content menu element and still nothing works for ubuntu.
Would appreciate any help or recommendation you can provide, currently Im stuck with 94 version.
Im attaching a picture of the content-menu.