Hello everyone, i am extracting url from website and now i want to go all url with for each and navigate to. but i have url error


please help me. the error is Argument ‘Url’: CS0149: Method name expected

@LGG

Welcome to the community

Can you try this expression..as this is c# project you need to give like this currentRow["URL"].ToString()

Also navigate to is classic..better to use modern activities..go to url is the new activity

Cheers

1 Like

thank u very much, also i have one problem when i click its opens another window like this


and now i want to click in this window but UiPath can’t see new window

@LGG

You need to use a separate use app/browser and indicate the new window

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.