I’m pretty new to Robot Framework (Browser Library) and I’m trying to find a way to send combined keyboard keys to the SUT without using a locator. I’ve searched for quite some time but can’t find the answer.
I want to use ‘Keyboard Key’ to send Shift + F5. I know with ‘Press Keys’ you can use + to chain combine modifiers with a single keypress (i.e. Control+Shift+T ) so I was hoping this also applied to ‘Keyboard Key’).
Thanks a lot: it worked (first solution). Sorry it took me some time to respond: I was in the midst of moving. As soon as I can I’ll try the other solution as well.