I need help to create, xtype to press 3 keys at once, namely ${KEY_CTRL+KEY_SHIFT+KEY_S} I tried to do it but failed, can anyone help me?
I just tested and xtype with β${KEY_CTRL+KEY_A}β worked, and then I tested your β${KEY_CTRL+KEY_SHIFT+KEY_S}β and it also worked!
Only thing I can think of is that focus isnβt on the correct area? For me, I just ran a bringBrowserToForeground command first, but you might need a click or an xclick to click on an element on the screen?
1 Like