<% if (browser.isFirefox) { %>
1. Open the browser menu (three horizontal bars in the upper right corner of the window)
2. Select "Preferences"
3. Go to the "Privacy & Security" section.
4. Click "Clear history..."
5. In the window that appears, click "Clear Now”
<% } %>
<% if (browser.isChrome && !browser.isYandex) { %>
1. Open the browser menu (three horizontal bars in the upper right corner of the window)
2. Select "More tools" > "Clear browsing data..."
3. Click "Clear data"
<% } %>
<% if (browser.isSafari) { %>
1. In the menu bar select “Safari” > “Preferences”
2. Enable “Show Develop menu in menu bar” in Advanced section and close the window
3. In the menu bar select “Develop” > “Empty caches”
<% } %>
<% if (browser.isYandex) { %>
1. Open the browser menu (three horizontal bars in the upper right corner of the window)
2. Go to the "History" > "Settings - Clear browsing data"
3. Select "Cookies and other site data" and "Cached files", click "Clear browsing data"
<% } %>
<% if (browser.isOpera) { %>
1. Type ”opera://settings/clearBrowserData" in the address bar, press Enter
2. Select "Cookies and other site data" and "Cached images and files", click "Clear browsing data"
<% } %>
<% if (browser.isIE) { %>
1. Select “Tools” > “Delete browsing history"
2. Select “Temporary Internet files and website files” and press “Delete”
<% } %>