delete windows cache
ipconfig/flushDNS
delete windows cache
ipconfig/flushDNS
how to clear cache
ChromeDriver chromeDriver = new ChromeDriver();
chromeDriver.manage().deleteAllCookies();
chromeDriver.get("chrome://settings/clearBrowserData");
chromeDriver.findElementByXPath("//settings-ui").sendKeys(Keys.ENTER);
return chromeDriver;
drop caches
# echo 1 > /proc/sys/vm/drop_caches
drop caches
# echo 2 > /proc/sys/vm/drop_caches
empty cache
a hard reload option
clears the browser cache before the hard reload is activated.
hard reloads usually only bypasses the cache.
but because web pages may download additional content
using JavaScript not part of the initial page load
that may be cached and loaded from cache
even if you do a hard reload.
drop caches
# echo 3 > /proc/sys/vm/drop_caches
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us