I am using Incognito/Private window property while doing ui automation. i am trying to do automation on some reports that generate on the web application. if i manually run the report with some date range, i get the report expected but when i run the report using the script that i developed using UiPath automation, i am getting the same report even though the date ranges are different. somehow Cache is doing in the background even though it is using Incognito/Private window property. i am aware that incognito mode doesn’t hold cache but this is weird
Please advice.