Global Send keys
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-06-21 06:39 PM
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
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-06-21 08:12 PM
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
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-06-21 08:29 AM
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
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-06-21 08:39 AM
@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
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-06-21 10:19 AM
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
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-06-21 02:16 PM
Regards.
------------------------------
Jhogel Ponne
Senior RPA
Ernst & Young
America/Panama
------------------------------
