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 […]
First of all please look at THIS POST where I have described difference between label and value in drop down or list […]
Most of all software web applications contains list box or drop downs on web page and “assertSelectedId” and “assertSelectedIds” commands are very […]
In Selenium IDE, “assertNotSelectedIndexes” and “assertNotSelectedIndex” commands are nearest same. Both are working with drop down or list box of software web […]
We have already seen examples of “assertElementHeight” and “assertElementWidth” commands. In those examples, we have seen that “assertElementHeight” and “assertElementWidth” commands will pass […]
My all tutorials on Selenium IDE are with practical examples and you can view all command examples on Example Page -1 and […]
Selenium IDE has too many assertion commands and “assertTable” and “assertNotTable” are the part of them. “assertTable” and “assertNotTable” are useful to for […]
“verifyNotAlert” and “assertNotAlert” are assertion commands of selenium IDE. Both are works opposite to “verifyAlert” and “assertAlert” commands. First of all you […]
Both “assertSelectedLabel” and “assertSelectedValue” are selenium IDE assertion commands. Both are working with list box and drop down. Some people thinking that […]
Before reading this post about “verifyConfirmation” and “assertConfirmation” Command example, you must have to look at other verification Command and Assertion Command examples. “verifyConfirmation” and […]
Selenium IDE has many assertion commands to verify the presence of text, value, alert, confirmation, button, link, amny many more. You can […]