Click an element in chrome browser

No i didn’t tried.

Okay plz try with click image…if other click activity is not working.

I am getting this error after doing .

@venkateshcheeni09 Have you solved the issue?

did you installed chrome extension of uipath and activated it?

How to activate the chrome extension of uipath?

No Not yet resolved my issue.

Please read this document

Extension for Chrome.

How to bot needs to copy first colum of excel sheet and bot needs to paste in browser?

In the same manner bot needs to copey 8 colums … one by one and bot needs to paste in the browser and should click enter for processing

First you read the excel and save it to a datatable. You then return the datatable with for each. You add the type into activity to for each and give the selector of the field you want to write to type into.

Can you provide me each step in deatil manner… I mean in steps manner and also i need screenshot aslo . Could you please provide me…

First you should read the data you want to write to the website from excel, so you can store the data in the datatable. If you want to write this data individually to a field on the website, you should use it for each loop. In this cycle, you can select the area you want to write on the site and give data for each.

First attach the window you are are working with using attach window activity and then use the click activity inside the attach window.

Regards

Sreejith S S

ActuallyFor me Click Activity is not worling inside the browser.

can you send me complete xaml file .so that i have clear picture idea about it

test.xaml (10.3 KB)

New Microsoft Excel Worksheet.xlsx (9.5 KB)

you need to edit the fields according to your own site.

How i need to edit fields? can you tell me in steps