Selenium IDE “assertSelectedLabels” and “assertSelectedValues” Commands With Examples

First of all please look at THIS POST where I have described difference between label and value in drop down or list box. Don’t get confused from these two words. Selenium IDE has many assertion commands and all of them are designed for different purpose. Here i am going to describe you “assertSelectedLabels” and “assertSelectedValues” commands … Read more

Selenium IDE “assertSelectedId” and “assertSelectedIds” Commands With Example

Most of all software web applications contains list box or drop downs on web page and “assertSelectedId” and “assertSelectedIds” commands are very useful to verify and assert the ids of selected label/s from list box. Both these are very good alternatives of “assertSelectedIndex“, “assertSelectedIndexes“, “assertSelectedLabel” commands. You can view few related verification commands like “verifySelectedId“, … 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