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