Press keys actions

Is it possible to perform “capslock” button action using “press keys” Keyword

@Mahesh Which library are you using?

1 Like

@Mahesh Looking at the keyword documentation for Browser Library I don’t think this is possible. But why do you want to do this?

For some input text box if we click capslock button in the keyboard then some warning messages or alert will come. Like caps lock is on. To check those things

Selenium library

With Selenium webdriver It’s possible according to this post https://sqa.stackexchange.com/questions/6700/how-to-simulate-caps-lock-keystrokes-with-selenium-webdriver
So I would think that with Selenium Library the same can be accomplished.

1 Like

Moved to SeleniumLibrary category

1 Like