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