Comments for Press Keys

Topic for comments about Browser library keyword Press Keys

I want to use TAB key to navigate over the elements but it’s not working as Selenium would
Selenium - Press Keys NONE TAB TAB TAB ENTER
BrowserLibrary - Press Keys

  • does not support NONE as argument and doesn’t support pressing TAB over elements or //body

I think you want to use https://marketsquare.github.io/robotframework-browser/Browser.html#Keyboard%20Key

2 Likes

thanks
This works for me.

1 Like