How to Type one by one character in selenium IDE || sendkeys command in selenum IDE
Sendkeys : This command in selenium IDE will type one by one character instead of writing all characters at a time like in Type command in selenium IDE
Example:
command : sendkeys
target: id=username
value : Admin
It will Type characters one by one like A..d..m..i..n to the username filed
Related articles: While loop in selenium IDE , Store values in selenium IDE, How to change default timeout in selenium IDE, Difference between Assert Text present and verify Text Present , How to add Javascript (.js) files to selenium IDE
Sendkeys : This command in selenium IDE will type one by one character instead of writing all characters at a time like in Type command in selenium IDE
Example:
command : sendkeys
target: id=username
value : Admin
It will Type characters one by one like A..d..m..i..n to the username filed
Related articles: While loop in selenium IDE , Store values in selenium IDE, How to change default timeout in selenium IDE, Difference between Assert Text present and verify Text Present , How to add Javascript (.js) files to selenium IDE
No comments:
Post a Comment