Selenium IDE “verifyNotSelectedIndex” and “verifyNotSelectedIndexes” Command Example
“verify” and “assert” are same in function but difference between both of them is when “verify” command fails selenium will not stop execution of remaining commands while selenium IDE will stop execution on failure of “assert” command. “verifyNotSelectedIndex” and “verifyNotSelectedIndexes” are verification commands so selenium IDE will not stop its execution even if anyone from them … Read more