Selenium IDE “Highlight Elements” Plugin installation

Highlighting individual element will be done directly by using “highlight” command with selenium IDE. You can see script Example 1, Example 2 and Example 3 for “highlight” command. Now if you want to highlight each and every element of software web application with selenium IDE command execution then you need to install “Highlight Elements” Plugin for selenium … Read more

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 “shiftKeyDown” and “shiftKeyUp” commands example to press shift key

“shiftKeyDown” and “shiftKeyUp” commands are specially designed for shift key of keyboard. Selenium IDE has many commands related to keyboard keys(Example : keyDown) and mouse keys (Example : mouseDown). “shiftKeyDown” and “shiftKeyUp” has not major function but sometimes such specially designed commands are very helpful in automation tools to automate your regression process easy and … Read more

Selenium IDE – Complete List of Commands With Examples Part – 2

This guide provides a complete list of Selenium IDE commands with descriptions and usage examples. You’ll learn how each command works and how to use them effectively in test automation to create reliable and maintainable test cases. Pending commands list in part 1 with tutorial link are listed in bellow given table. Click on command … Read more