Hi team, would appreciate any thoughts on this matter.
My current project is a one-off automation to pull out and save all files in FileNet Report Manager.
I currently have a window in the report manager that I think I should be scraping to get all the file names - as I will need to know what to save the file as.
The document/file list screen looks like this.
Unfortunately, all of the scraping methods I have used so far, does not take into account the scroll slider, meaning there is more documents off screen.
Is there any activities, hints or tricks to be able to scrape that off-screen stuff as well?
I can confirm Datascraping does not work as the element is apparently not a table.