Selenium IDE “focus” and “keyUp” commands with example
“focus” Command in Selenium IDE “focus” is useful to set focus on targeted fields. Generally it is used with input fields like […]
“focus” Command in Selenium IDE “focus” is useful to set focus on targeted fields. Generally it is used with input fields like […]
“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 : […]
In Selenium IDE, “verifyValue” and “assertValue” commands are used with check box or radio button elements. As name suggests, Both are used […]