Attach browser error could not find the ui element


anybody knows how to solve this error?

pick a more reliable selector

In attach browser please select ur browser properly or already if u have opened the browser in properties panel create variable name for the browser and use the name in attach browser activity

im not sure where since i did the same for the first data scrape and it worked its only when i run the 2nd one then it fails

@Rule_Outlaw,

It seems issue of Selectors. Check the selector are valid when it fails.

Also one more thing, why not using modern activities? They are more reliable and have latest algorithms to find any selectors.

Thanks,
Ashok :slight_smile:

1 Like

@Rule_Outlaw

If first time its working check if there are any title or anything in the window selector and use wild cards like * inplace of dynamic title

Cheers

1 Like

This worked thanks, sorry if im bothering you but can you add on of how to remove rows if a certain column is empty for excel and how to use string for flow decision? Thanks!

1 Like

@Rule_Outlaw

You can filter the datatable with non empty for required column

And for flow decision depends on what you want to check str.Contains("A") this will check if A is present similarly others

Cheers

1 Like

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