Process flow followed for developing bot:
DataScrapping → Next → Click first cell of table “Country/Other” (top left) → Extract Table “Yes” → Maximum number of results “0” → Finish → No
Runs smoothly after creation but does not work after restarting the UiPath Studio gets
Error: Attach Browser ‘Coronavir Page’: Cannot find the UI element corresponding to this selector:
Which can be fixed with “Indicate on screen” but work does not works after restart, means to work everytime the "Indicate on Screen has to use.
@Faclon
have a check on your selector e.g Attach Browser or Parent to have it dynamic e.g. like: <html app='firefox.exe' title='Coronavirus Update (Live)*' />
the important part is the title and ensure no statitistics from the past is included.
Unfrotunately I cannot read / inspect your uplaoded files. But ping us in case of any issues
Hello @ppr,
Thank you for your reply.
Everything works fine until the website I used for scrapping is open, the moment I close the website and UiPath app it stops working. I am also enclosing all the screenshots for your reference. I also tried the suggested solution but it did not worked.
@Faclon
I had quick view on your download xaml
As mentioned you used a selector coding with too much specific information that will change over time <html title='Coronavirus Update (Live): 2,482,158 Cases and 170,470 Deaths from COVID-19 Virus Pandemic - Worldometer' />
run my XAML from above and have look on the selector with * usage
I got the following error (similar to mine) after running the project provided:
Attach Browser ‘Coronavir Page’: Cannot find the UI element corresponding to this selector:
@Faclon
can you please have a look on your last post and notice that we cant see the selector. use the button and format the selector code with this. This will help us Thanks
I tried before but I am getting the same error. I am getting the same error with every browser. The code works fine after creating and repairing, but the same code is not working after I restart the browser and app.
I tried Chrome, IE, Firefox and Edge. All are throwing same error. Working fine after building and repairing but fails the moment I restart the browser and UiPath.