NodenotfoundExceptionError in selector

Hello im a new user and im trying to automate the process of loading pdf files in excel through getting data process , so im using the click activity(UiPath), from oppening the excel file in blank to loading the pdf files. Everything is ok until this window pops up:
image
Ui path cant run the selectors, even the cancel button
Ive tried writing, choosing Page001, selector with image, even using the fuzzy selector and cant get a solution.
The main goal is to choose the Page001 option.
Thanks for your help

Hi @AndresMDU

Welcome to our community!

  • try with for each UI element activity, check if the current element contains the page001 word, if so then just pass the current element to click activity
  • try using click text activity, pass the page001 string to the activity
  • try using hotkey activities, like Tab, Down key, etc until reach the desired element
  • last use the computer vision activities, first use the CV screen scope activity to retrieve all the labels, then use a click activity

Hope one of the above options helps,

Regards!

@AndresMDU

It would be better to use macros for this rather than front end to do this job

The macro can then be invoked from UiPath to perform the task and we can send file inputs to the macro

Cheers

Thank you very much for yours quick replies, i will try the suggestions and comeback with a feedback

1 Like

Thanks for your help, i found a different approach to solve my automation problem in general not just that part. This new approach solves the get data problem, if somebody who is reading this needs to check it, this is the link Extraction from Pdf to excel.