Hi.
Greetings to all Seniors.
How to clear browsing data on Chrome by UI Vision, please?
deleteAllCookies command is not solving the problem.
i need UI Vision to click that “Clear Data” button
Thank You
Hi.
Greetings to all Seniors.
How to clear browsing data on Chrome by UI Vision, please?
deleteAllCookies command is not solving the problem.
i need UI Vision to click that “Clear Data” button
Thank You
Use
or
XClickText | Clear
for automating this internal Chrome window.
See also Chrome dev tools automation and Chrome browser automation
A simpler solution where you don’t need to create automations with images that take time and often need to be adapted is to just use key combinations to clear cookies and cache
With Xtype you can simulate keys
Ctrl + Shift + Delete
After use TAB to move in element
at the end you use ENTER to confirm clear data
In this mode you need not to save image and this mode is very fast and compatible with every monitor and resolution