I am trying to clear the Chrome cache. I am able to open the setting URL but the selector cannot locate the Clear data button to click on it.
There are any way to do it? Thanks.
[ { "Selector": "NM", "browser": "chrome", "frame": "-1" }, { "xpath": "//*[@id=\"clearBrowsingDataConfirm\"]" } ]
Chrome does not allow extensions to work with chrome:// windows But you can try with windows.get element or image.get element
Hi Allan, Effectively, I tried with Image Get Element and worked as expected, however with Window Get Element I couldn’t make it work, maybe I am missing something, but for now I am good with the current solution.
Regards and thank you so much.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.