Button element is disabled with "chromium"

Hi all,
With a specific test with browser “chromium” i have an issue that it is not possible to click on a specific element because the button element is “disabled”

When im running the same test with Selenium and the browser is “chrome” the button element is enabled and it is possible to click on that specific element?

The permissions structure says that it is possible to click this button

See DOM:

Hi,

I solved this item by using the browser keyword “keybord key”. For example, if a button is clicked (which was previously disabled) or an input field is entered, an event (server) will be called if you use “Tab” or an “Enter”. You can simulate this with the keyword "Keybord key