Using “verifyEditable” and “verifyNotEditable” commands with example in selenium IDE
“verifyEditable” and “verifyNotEditable” commands are verification commands in selenium IDE and useful to check targeted element is editable or not. You need to perform this king of verification on input elements like text box, buttons, check box, radio buttons to get the editable status at certain time. “verifyEditable” and “verifyNotEditable” commands will not take any … Read more