Data Scraping Attach Browser Not Reliably Working

I have a process that involves data scraping from a sharepoint calendar. When running in debug, it works perfectly every time. When running unattended, it works fine about 50% of the time. The other 50%, I get a “Attach Browser - could not find UI element corresponding with this selector” error and then if I restart it unattended, it works perfectly the second time.

Selectors include a wildcard so that’s not the issue. I already have a delay built in.

image

sounds like you would have to better sync the bot with the webpage

Any tips on how to achieve that?

depends on the individual details.

Have a look at

  • retry scope
  • element exists / check app state

@kdavila

try adding some delay activity before the extraction

Hope it helps!!