Hi,
Can anyone help me to pass data from Excel by column wise.
Excel file data
Column 1 Value : User Name
Column 2 Value : Password
In my Excel having 10 users with userrnames & passwords.
I need my Workflow to be like below:
Read First user in Excel
Open Chrome > My Application (Login Page)
Type Username (1st column value) in username field
Type Password (2nd column value) in password field
Click Login Button
Download Report.
Logout.
Again Read Second user in Excel.
Type Username (1st column value) in username field
Type Password (2nd column value) in password field
Click Login Button
Download Report.
Logout.
Close chrome
Please suggest me ideas to do.
Thanks in Advance!