How to use “assertSomethingSelected” and “assertNotSomethingSelected” commands in selenium IDE
“assertSelectOptions” and “assertNotSelectOptions” commands are useful to assert that required values in list box are selected or not. Few days back, I had posted article with good working example of “assertSelectOptions” and “assertNotSelectOptions“. “assertSomethingSelected” and “assertNotSomethingSelected” commands has little different function compared to them. Both these commands are also used for assertion of selection in list box or drop … Read more