Element Exist Issue

Hi Guys

I need to enter the information which i got from excel sheet.

I read the information from the excel and stored in a variable.

Since there are multiple text boxes in the UI how to identify and enter the information will TypeInto Functionality work out ?

Example : First_Name : Textbox
Last_Name : texbox
so on

Thanks
Kamesh

Yes @Kamesh
You have to indicate the type into correctly it should work!
If it doesnt you’ll have to tweak your selector so that it works!

1 Like

Thanks Rishabh

One more info I have read one value from excel and but in the UI that text box is a drop down with 5 values. I have to select one value from that same as that i read from the excel

If its a drop down you can use select item activity!

1 Like

Thanks a lot will try that Thanks for your time