Create Login Script using Selenium IDE manually?

0
To Create Selenium IDE TEST SCRIPT first we Open Selenium IDE and Enter the Base URL of LIVE Application.


Open:-  It is used to open SITE using URL


Command                                     Target                                                           value

open                                             /customer/login



Type:-  It is used to type content in text field

type                                           name = customerEmail                          sonivivek451@gmail.com      


Click:-   It is used to click on Button

click                                       //*[@id="loginForm"]/button     




Post a Comment

0Comments

POST Answer of Questions and ASK to Doubt

Post a Comment (0)