cancel
Showing results for 
Search instead for 
Did you mean: 

Global Send keys

Pranav
Level 3

Hi, 
I am trying to send the ctrl+shift+delete key to clear the cache data for the chrome browser but it is not working.
I am passing this value in Navigate stage > Global send Keys action> Text field  "+^{DEL}". 



------------------------------
Pranav
SE
Infosys
Asia/Kolkata
------------------------------

5 REPLIES 5

jhogelp
MVP
Hi!

You can try the following action in the Global Send Keys in on a browser window and this is "^(+{DEL})" o "^(+{DELETE})".

Remember to keep the browser window active.

I hope I've helped!

Regards

------------------------------
Jhogel Ponne
Senior RPA
Ernst & Young
America/Panama
------------------------------
-------------------------------------------
Original Message:
Sent: 06-09-2021 18:39
From: Pranav
Subject: Global Send keys


Hi, 
I am trying to send the ctrl+shift+delete key to clear the cache data for the chrome browser but it is not working.
I am passing this value in Navigate stage > Global send Keys action> Text field  "+^{DEL}". 



------------------------------
Pranav
SE
Infosys
Asia/Kolkata

------------------------------

Hi,

Can you please tell me what we can use for Shift + Esc for send key mainframe

------------------------------
Sagar Jaiswal
RPA Developer
DXC Technology India Private Limited
------------------------------

Sai_Devendra_Ku
Level 3
for clearing the cache you can paste the below code in a bat file and run, which will clear the cache.

@echo off
set ChromeDir=C:\Users\%USERNAME%\appdata\Local\Google\Chrome\User Data\Default\Cache
del /q /s /f "%ChromeDir%"
rd /s /q "%ChromeDir%"

------------------------------
Sai Devendra Kumar Komma
------------------------------

Hi Pranav,

There are some examples available here on clearing cache using DX asset.

https://community.blueprism.com/communities/community-home/digestviewer/view-question?ContributedContentKey=0fb45874-e01a-4b0e-a677-a0e68d65e1aa&CommunityKey=1e516cfe-4d1f-4de9-a9eb-58d15bf38c81&tab=d... ​​

------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------

Thanks you @shashank.kumar280 for share the information using DX.

Regards.

------------------------------
Jhogel Ponne
Senior RPA
Ernst & Young
America/Panama
------------------------------