we are creating automated tests for testing Microsoft Outlook.
We have troubles by runnig a test on a Microsoft Surface Book (which has a high resulution display).
We are clicking the button for creating a new meeting (see screenshot from spy in attachment).
This button is detected as button on our regular laptops. When executing this testcase on Surface Book, the button is not found. We checked it with Ranorex on the Surface Book: On this laptop it is not detected as button, it is a menuitem. See attached screenshot.
Same outlook version, different gui element on different hardware

I need a solution to write a generic role in the rxpath instead of "button" or "menuitem". I tried to replace "button" with "element", but this doesn't work.
Any suggestions?
Regards
Patrick