I am working with a Website spreadsheet application that resembles Excel. I am trying to scrape data and add rows to the spread sheet.
The selectors looks like this. The parentid changes each time the webpage is loaded. My data scraping and type into activities are failing because it cannot find the correct selector.
webctrl parentid=‘1610680454473-14-uiGrid-02P4-cell’ tag=‘DIV’ /
Is there a way I’m not coming up with to still automate this process? The changing parentids each time the screen loads is not something I have run into.