“assertEditable” and “assertNotEditable” command in selenium IDE
“assertEditable” Command You can use “assertEditable” command with only and only input fields like text box, list box, drop downs etc. You can check and assert that targeted element is editable or not. If targeted element is not editable then it will stop execution of remaining selenium script. New Test Command Target Value open https://www.google.com … Read more