Selenium IDE “focus” and “keyUp” commands with example

“focus” Command in Selenium IDE “focus” is useful to set focus on targeted fields. Generally it is used with input fields like text box, text area, radio button, check box, button etc.. It will simply move cursor on targeted element or field. Selenium “keyUp” Command “keyUp” command is generally used with “keyDown” Command. Sometimes, “keyPress” … Read more

Selenium “keypress” command to press enter key with ASCII key codes

Using “keypress” command in selenium “keypress” command in selenium is very useful when you want to press keyboard keys like “Enter” key, “Up-Down arrows” key, “Backspace” key, “Shift” key, etc.. “keypress” command works like user pressing and then releasing that key. You need to provide targeted element locator (Where you want to press and release … Read more