Is there a way to clear the browser cache using python?
I am trying to automate something that involves clearing all cache before checking the data. This is to ensure whether uncached data is showing up or not.
Please let me know if anyone has any idea on this.
I need to do it with python or anything that integrates with a pytest framework.