cancel
Showing results for 
Search instead for 
Did you mean: 

Blueprism Click action unable to download Report from a portal

ShakiratJimoh
Level 4
I would appreciate it if anyone can provide assistance in resolving this issue

------------------------------
Shakirat Jimoh
RPA Developer
Waje Smart solutions
Africa/Lagos
------------------------------
1 REPLY 1

SteveBoggs
Staff
Staff
Hi Shakirat,

This may be due to new Content Security Policy restrictions introduced for Manifest V3 browser extensions, including the v6.10.5 and v7.1.x Blue Prism browser extensions. This is a known issue documented in the Knowledge Base below:

20959.png
There are a few workarounds others here in the Community have found worked to interact with these kinds of links under the terms of this new limitation, including:

  • Using UIA Mode
  • Using Region Mode
  • If you can change the links themselves, you can use an onclick action instead of the href calling JS. This can be done as listed below:
  1. Rename the current href attribute to onclick

  2. Add return false; to the end of the contents of the new onclick attribute

  3. Add a href attribute that has the value #

This should result in the current anchor tag of:

<a href="javascript:ProviderSearchScreen();">

being updated to

<a href="#" onclick="ProviderSearchScreen();return false">



------------------------------
Steve Boggs
Senior Product Support Engineer
Blue Prism
Austin, TX
------------------------------