I'm trying to pass the menu key or application key ( https://en.wikipedia.org/wiki/Menu_key ) in Selenium, and due to some policy restrictions, I am not able to use the right click action to open the the dropdown menu. (IE: action.ContextClick(element)
does not work).
There is not an option I see for the menu button in Keys.___
, nor was I able to find an alternative after searching. Does anyone know how to access this menu without actually right clicking?