<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Blueprism Click action unable to download Report from a portal in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Blueprism-Click-action-unable-to-download-Report-from-a-portal/m-p/61630#M14898</link>
    <description>&lt;DIV class="ui-box er ds es dw dx et eu ev ew ex ey ez fb fd fe ff fg fh fi fj fk fl fm fn fo" data-tid="message-pane-list-viewport" data-view="message-pane-list-viewport" data-track-databag-id="4ee15b2c-f213-4cce-a5aa-5bb2a2878f18" data-track-action-gesture="scroll" data-track-action-outcome="read" data-track="true" data-track-event-type="scroll" data-track-module-name="scroll" data-track-module-type="message" data-track-action-outcome-new="nav" data-track-module-name-new="scroll" data-track-module-type-new="scrollBar" data-track-action-subworkload="readMsg" data-track-action-workload="chatContent" data-track-tab-type="conversations" data-track-tab-type-new="conversations" data-track-tab-ordinal="1" data-track-app-name="chat" data-track-panel-region="main" data-track-panel-region-new="main" data-track-panel-type="Chat" data-track-panel-type-new="Chat"&gt;
&lt;DIV class="ui-box ap"&gt;
&lt;UL chat-focuszone="" data-tid="message-pane-list-runway" aria-label="Chat content" data-tabster="{&amp;quot;uncontrolled&amp;quot;: {}}" class="ms-FocusZone ui-chat eo fz ga gb gc cn cq gd ge fq gf fs gg gh gi gj dr gk" data-focuszone-id="FocusZone1"&gt;
&lt;LI class="ui-chat__item gi ap aex gm gn go gp gq gr gs gt gu gv gw gx gy gz ui-chat__item--message" data-tid="chat-pane-item"&gt;
&lt;DIV class="ui-box aez ap hb hc ui-chat__item__message"&gt;
&lt;DIV class="ui-box afa afb"&gt;
&lt;DIV data-is-focusable="true" role="group" aria-labelledby="importance-1664553728335 badge-1664553728335 read-status-icon-1664553728335 content-1664553728335 author-1664553728335 attachments-1664553728335 timestamp-1664553728335 edited-1664553728335" data-last-visible="true" data-mid="1664553728335" data-tid="chat-pane-message" data-tabster="{&amp;quot;uncontrolled&amp;quot;: {}}" class="ms-FocusZone ui-chat__message hh hi hj ap hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy hz ia ib ic id ie if ig ih ii ij ik il im in io ip iq ir is it iu iv iw ix iy iz ja jb jc jd je jf jg jh ji jj jk afb afc jm jn jo jp afd afe aff fz ga gb gc ju jv jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp ui-animation hf hg db" data-focuszone-id="FocusZone357" tabindex="0"&gt;
&lt;DIV class="ui-box lf dx lb dc lg lh li lj lk li ll lm ln lo lp lq lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml mm mn mo mp mq mr ms mt mu mv mw mx my mz na nb nc nd ne nf ng nh ni nj nk nl nm nn no np nq nr ns nt nu nv nw nx ny nz oa ob oc od oe of og oh oi oj ok ol om on oo op oq or os ot ou ov ow ox oy oz pa pb pc pd pe pf pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa qb qc qd qe qf qg qh qi qj qk ql qm qn qo qp qq qr qs qt qu qv qw qx qy qz ra rb rc rd re rf rg rh ri rj rk rl rm rn ro rp rq rr rs rt ru rv rw rx ry rz sa sb sc sd se sf sg sh si sj sk sl sm sn so sp sq sr ss st su sv sw dr sx sy sz ta tb tc td te tf tg th ti tj tk tl tm tn to tp tq tr ts tt tu tv tw tx ty tz ua ub uc ud ue uf ug uh ui uj uk ul um un uo up uq ur us ut uu uv uw ux uy uz va vb vc vd ve vf vg vh vi vj vk vl vm vn vo vp vq vr vs vt vu vv vw vx vy vz wa wb wc wd we wf wg wh wi wj wk wl wm wn wo wp wq wr ws wt wu wv ww wx wy wz xa xb xc xd xe xf xg xh xi xj xk xl xm xn xo xp xq xr xs xt xu xv xw xx xy xz ya yb yc yd ye yf yg yh yi yj yk yl ym yn yo yp yq yr ys yt yu yv yw yx yy yz za zb zc zd ze zf zg zh zi zj zk zl zm zn zo zp zq zr zs zt zu zv zw zx zy zz aba abb abc abd abe abf abg abh abi abj abk abl abm abn abo abp abq abr abs abt abu abv abw abx aby abz aca acb acc acd ace acf acg ach aci acj ack acl acm acn aco acp acq acr acs act acu ui-chat__message__content" id="content-1664553728335" aria-label="I want to insert and invoke a JS function on a WSFTP website using BluePrism Navigate stage. I have tried the function below in a Navigate stage using Insert JS Fragment   &amp;quot;function clickMain(){
let downloadbtn =
document.querySelectorAll('.toolbar-button');
downloadbtn[1].click();
}&amp;quot; 
the function is then invoked using Invoke JS of Navigate stage &amp;quot;clickMain()&amp;quot; 
The function works on the website console and on my local system but upon moving the process to the server it did not work, the error gotten from the server console is 
&amp;quot;Unable to get property 'apply' of undefined&amp;quot; 
The portal I am accessing is built with Angular JS and it is directed to a WSFTP where the files to be downloaded are stored. Upon manually clicking the download button, the website opens and closes a new tab in split seconds to access the FTP and download the selected file. But when I use BluePrism the download button is clicked but the opening and closing of a new tab to access the FTP doesn't occur and the download doesn't occur. 
I do not understand why this works on my local computer and a colleague's but does not work on the server and doesn't work on some local computers too." dir="auto"&gt;
&lt;P&gt;The portal I am accessing is built with Angular JS and it is directed to a WSFTP where the files to be downloaded are stored. Upon manually clicking the download button, the website opens and closes a new tab in split seconds to access the FTP and download the selected file. But when I use BluePrism Click action&lt;STRONG&gt; the download button is clicked but the opening and closing of a new tab&lt;/STRONG&gt; &lt;STRONG&gt;to access the FTP doesn't occur and the download doesn't occur.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I have tried using Invoke and Insert Javascript functions and that is not working either. I used the function below;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt; &lt;SPAN&gt;"function clickMain(){
let downloadbtn =
document.querySelectorAll('.toolbar-button');
downloadbtn[1].click();
}"&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;the function is then invoked using Invoke JS of Navigate stage&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN&gt;"clickMain()"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI class="ui-chat__item gi ap aex gm gn go gp gq gr gs gt gu gv gw gx gy gz ui-chat__item--divider" data-tid="chat-pane-item"&gt;
&lt;DIV class="ui-divider ld cn cp blp kq kr aid aie blq aig blr bls blt blu ui-chat__item--divider" aria-level="3" role="heading"&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I would appreciate it if anyone can provide assistance in resolving this issue&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shakirat Jimoh&lt;BR /&gt;RPA Developer&lt;BR /&gt;Waje Smart solutions&lt;BR /&gt;Africa/Lagos&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Oct 2022 21:57:00 GMT</pubDate>
    <dc:creator>sjimoh</dc:creator>
    <dc:date>2022-10-13T21:57:00Z</dc:date>
    <item>
      <title>Blueprism Click action unable to download Report from a portal</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blueprism-Click-action-unable-to-download-Report-from-a-portal/m-p/61630#M14898</link>
      <description>&lt;DIV class="ui-box er ds es dw dx et eu ev ew ex ey ez fb fd fe ff fg fh fi fj fk fl fm fn fo" data-tid="message-pane-list-viewport" data-view="message-pane-list-viewport" data-track-databag-id="4ee15b2c-f213-4cce-a5aa-5bb2a2878f18" data-track-action-gesture="scroll" data-track-action-outcome="read" data-track="true" data-track-event-type="scroll" data-track-module-name="scroll" data-track-module-type="message" data-track-action-outcome-new="nav" data-track-module-name-new="scroll" data-track-module-type-new="scrollBar" data-track-action-subworkload="readMsg" data-track-action-workload="chatContent" data-track-tab-type="conversations" data-track-tab-type-new="conversations" data-track-tab-ordinal="1" data-track-app-name="chat" data-track-panel-region="main" data-track-panel-region-new="main" data-track-panel-type="Chat" data-track-panel-type-new="Chat"&gt;
&lt;DIV class="ui-box ap"&gt;
&lt;UL chat-focuszone="" data-tid="message-pane-list-runway" aria-label="Chat content" data-tabster="{&amp;quot;uncontrolled&amp;quot;: {}}" class="ms-FocusZone ui-chat eo fz ga gb gc cn cq gd ge fq gf fs gg gh gi gj dr gk" data-focuszone-id="FocusZone1"&gt;
&lt;LI class="ui-chat__item gi ap aex gm gn go gp gq gr gs gt gu gv gw gx gy gz ui-chat__item--message" data-tid="chat-pane-item"&gt;
&lt;DIV class="ui-box aez ap hb hc ui-chat__item__message"&gt;
&lt;DIV class="ui-box afa afb"&gt;
&lt;DIV data-is-focusable="true" role="group" aria-labelledby="importance-1664553728335 badge-1664553728335 read-status-icon-1664553728335 content-1664553728335 author-1664553728335 attachments-1664553728335 timestamp-1664553728335 edited-1664553728335" data-last-visible="true" data-mid="1664553728335" data-tid="chat-pane-message" data-tabster="{&amp;quot;uncontrolled&amp;quot;: {}}" class="ms-FocusZone ui-chat__message hh hi hj ap hk hl hm hn ho hp hq hr hs ht hu hv hw hx hy hz ia ib ic id ie if ig ih ii ij ik il im in io ip iq ir is it iu iv iw ix iy iz ja jb jc jd je jf jg jh ji jj jk afb afc jm jn jo jp afd afe aff fz ga gb gc ju jv jw jx jy jz ka kb kc kd ke kf kg kh ki kj kk kl km kn ko kp ui-animation hf hg db" data-focuszone-id="FocusZone357" tabindex="0"&gt;
&lt;DIV class="ui-box lf dx lb dc lg lh li lj lk li ll lm ln lo lp lq lr ls lt lu lv lw lx ly lz ma mb mc md me mf mg mh mi mj mk ml mm mn mo mp mq mr ms mt mu mv mw mx my mz na nb nc nd ne nf ng nh ni nj nk nl nm nn no np nq nr ns nt nu nv nw nx ny nz oa ob oc od oe of og oh oi oj ok ol om on oo op oq or os ot ou ov ow ox oy oz pa pb pc pd pe pf pg ph pi pj pk pl pm pn po pp pq pr ps pt pu pv pw px py pz qa qb qc qd qe qf qg qh qi qj qk ql qm qn qo qp qq qr qs qt qu qv qw qx qy qz ra rb rc rd re rf rg rh ri rj rk rl rm rn ro rp rq rr rs rt ru rv rw rx ry rz sa sb sc sd se sf sg sh si sj sk sl sm sn so sp sq sr ss st su sv sw dr sx sy sz ta tb tc td te tf tg th ti tj tk tl tm tn to tp tq tr ts tt tu tv tw tx ty tz ua ub uc ud ue uf ug uh ui uj uk ul um un uo up uq ur us ut uu uv uw ux uy uz va vb vc vd ve vf vg vh vi vj vk vl vm vn vo vp vq vr vs vt vu vv vw vx vy vz wa wb wc wd we wf wg wh wi wj wk wl wm wn wo wp wq wr ws wt wu wv ww wx wy wz xa xb xc xd xe xf xg xh xi xj xk xl xm xn xo xp xq xr xs xt xu xv xw xx xy xz ya yb yc yd ye yf yg yh yi yj yk yl ym yn yo yp yq yr ys yt yu yv yw yx yy yz za zb zc zd ze zf zg zh zi zj zk zl zm zn zo zp zq zr zs zt zu zv zw zx zy zz aba abb abc abd abe abf abg abh abi abj abk abl abm abn abo abp abq abr abs abt abu abv abw abx aby abz aca acb acc acd ace acf acg ach aci acj ack acl acm acn aco acp acq acr acs act acu ui-chat__message__content" id="content-1664553728335" aria-label="I want to insert and invoke a JS function on a WSFTP website using BluePrism Navigate stage. I have tried the function below in a Navigate stage using Insert JS Fragment   &amp;quot;function clickMain(){
let downloadbtn =
document.querySelectorAll('.toolbar-button');
downloadbtn[1].click();
}&amp;quot; 
the function is then invoked using Invoke JS of Navigate stage &amp;quot;clickMain()&amp;quot; 
The function works on the website console and on my local system but upon moving the process to the server it did not work, the error gotten from the server console is 
&amp;quot;Unable to get property 'apply' of undefined&amp;quot; 
The portal I am accessing is built with Angular JS and it is directed to a WSFTP where the files to be downloaded are stored. Upon manually clicking the download button, the website opens and closes a new tab in split seconds to access the FTP and download the selected file. But when I use BluePrism the download button is clicked but the opening and closing of a new tab to access the FTP doesn't occur and the download doesn't occur. 
I do not understand why this works on my local computer and a colleague's but does not work on the server and doesn't work on some local computers too." dir="auto"&gt;
&lt;P&gt;The portal I am accessing is built with Angular JS and it is directed to a WSFTP where the files to be downloaded are stored. Upon manually clicking the download button, the website opens and closes a new tab in split seconds to access the FTP and download the selected file. But when I use BluePrism Click action&lt;STRONG&gt; the download button is clicked but the opening and closing of a new tab&lt;/STRONG&gt; &lt;STRONG&gt;to access the FTP doesn't occur and the download doesn't occur.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I have tried using Invoke and Insert Javascript functions and that is not working either. I used the function below;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt; &lt;SPAN&gt;"function clickMain(){
let downloadbtn =
document.querySelectorAll('.toolbar-button');
downloadbtn[1].click();
}"&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;the function is then invoked using Invoke JS of Navigate stage&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN&gt;"clickMain()"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;LI class="ui-chat__item gi ap aex gm gn go gp gq gr gs gt gu gv gw gx gy gz ui-chat__item--divider" data-tid="chat-pane-item"&gt;
&lt;DIV class="ui-divider ld cn cp blp kq kr aid aie blq aig blr bls blt blu ui-chat__item--divider" aria-level="3" role="heading"&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
I would appreciate it if anyone can provide assistance in resolving this issue&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shakirat Jimoh&lt;BR /&gt;RPA Developer&lt;BR /&gt;Waje Smart solutions&lt;BR /&gt;Africa/Lagos&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Oct 2022 21:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blueprism-Click-action-unable-to-download-Report-from-a-portal/m-p/61630#M14898</guid>
      <dc:creator>sjimoh</dc:creator>
      <dc:date>2022-10-13T21:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Blueprism Click action unable to download Report from a portal</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Blueprism-Click-action-unable-to-download-Report-from-a-portal/m-p/61631#M14899</link>
      <description>Hi Shakirat,&lt;BR /&gt;&lt;BR /&gt;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:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20959.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/21107iCF749107A6B42027/image-size/large?v=v2&amp;amp;px=999" role="button" title="20959.png" alt="20959.png" /&gt;&lt;/span&gt;&lt;BR /&gt;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:&lt;BR /&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;Using UIA Mode&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;Using Region Mode&lt;/LI&gt;
&lt;LI data-stringify-indent="0" data-stringify-border="0"&gt;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:&lt;/LI&gt;
&lt;/UL&gt;
&lt;OL class="ak-ol" data-indent-level="1"&gt;
&lt;LI&gt;
&lt;P data-renderer-start-pos="1010"&gt;Rename the current &lt;CODE class="code css-1xivnph" data-renderer-mark="true"&gt;href&lt;/CODE&gt; attribute to &lt;CODE class="code css-1xivnph" data-renderer-mark="true"&gt;onclick&lt;/CODE&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P data-renderer-start-pos="1058"&gt;Add &lt;CODE class="code css-1xivnph" data-renderer-mark="true"&gt;return false;&lt;/CODE&gt; to the end of the contents of the new &lt;CODE class="code css-1xivnph" data-renderer-mark="true"&gt;onclick&lt;/CODE&gt; attribute&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P data-renderer-start-pos="1135"&gt;Add a &lt;CODE class="code css-1xivnph" data-renderer-mark="true"&gt;href&lt;/CODE&gt; attribute that has the value &lt;CODE class="code css-1xivnph" data-renderer-mark="true"&gt;#&lt;/CODE&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P data-renderer-start-pos="1180"&gt;This should result in the current anchor tag of:&lt;/P&gt;
&lt;P data-renderer-start-pos="1230"&gt;&lt;CODE class="code css-1xivnph" data-renderer-mark="true"&gt;&amp;lt;a href="javascript:ProviderSearchScreen();"&amp;gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P data-renderer-start-pos="1277"&gt;being updated to&lt;/P&gt;
&lt;P data-renderer-start-pos="1295"&gt;&lt;CODE class="code css-1xivnph" data-renderer-mark="true"&gt;&amp;lt;a href="#" onclick="ProviderSearchScreen();return false"&amp;gt;&lt;/CODE&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Steve Boggs&lt;BR /&gt;Senior Product Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Oct 2022 15:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Blueprism-Click-action-unable-to-download-Report-from-a-portal/m-p/61631#M14899</guid>
      <dc:creator>steven.boggs</dc:creator>
      <dc:date>2022-10-18T15:12:00Z</dc:date>
    </item>
  </channel>
</rss>

