“verifyEditable” and “verifyNotEditable” commands are verification commands in selenium IDE and useful to check targeted element is editable or not. You need […]
“shiftKeyDown” and “shiftKeyUp” commands are specially designed for shift key of keyboard. Selenium IDE has many commands related to keyboard keys(Example : […]
“verifySelectOptions”, “verifySelectedLabel” and “verifySelectedIndex” commands works with drop down list box or multi select list box. Let me explain all of three […]
Selenium IDE assertions “assertTitle” and “assertNotTitle” are used for asserting title of page. It will be useful when you want to check the title […]