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 […]
Highlighting individual element will be done directly by using “highlight” command with selenium IDE. You can see script Example 1, Example 2 […]
“focus” Command in Selenium IDE “focus” is useful to set focus on targeted fields. Generally it is used with input fields like […]
“shiftKeyDown” and “shiftKeyUp” commands are specially designed for shift key of keyboard. Selenium IDE has many commands related to keyboard keys(Example : […]
Pending commands list in part 1 with tutorial link are listed in bellow given table. Click on command link to view selenium […]
Selenium IDE commands with examples There are many commands available in selenium IDE software testing tool. I have prepared one selenium commands […]
Using “keypress” command in selenium “keypress” command in selenium is very useful when you want to press keyboard keys like “Enter” key, […]
Selecting value from auto complete field is little hard if you are not aware about proper key sequence technique. Just “type” command […]
Selenium IDE “sendKeys” command “sendKeys” command works like type command in selenium IDE but there are 2 more functions as bellow in […]
“altKeyDown” command “altKeyDown” command works just like you are pressing alt key of your keyboard. It will keep pressed alt key until […]
“type” command “type” command is useful for typing keyboard key values into text box of software web application. you can also use […]