<?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 Spy adress bar in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Spy-adress-bar/m-p/84384#M35530</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I need to spy the address bar of google chrome but I can't seem to identify it. Can someone help?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Carolina Soeiro&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 29 Nov 2021 10:47:00 GMT</pubDate>
    <dc:creator>CarolinaSoeiro</dc:creator>
    <dc:date>2021-11-29T10:47:00Z</dc:date>
    <item>
      <title>Spy adress bar</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spy-adress-bar/m-p/84384#M35530</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I need to spy the address bar of google chrome but I can't seem to identify it. Can someone help?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Carolina Soeiro&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2021 10:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spy-adress-bar/m-p/84384#M35530</guid>
      <dc:creator>CarolinaSoeiro</dc:creator>
      <dc:date>2021-11-29T10:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Spy adress bar</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spy-adress-bar/m-p/84385#M35531</link>
      <description>Hi Carolina have you tried another spy mode like AA or UIA?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2021 11:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spy-adress-bar/m-p/84385#M35531</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2021-11-29T11:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Spy adress bar</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spy-adress-bar/m-p/84386#M35532</link>
      <description>Yes, however, I don't know the best practice for that. Do you have a recommendation?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Carolina Soeiro&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2021 14:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spy-adress-bar/m-p/84386#M35532</guid>
      <dc:creator>CarolinaSoeiro</dc:creator>
      <dc:date>2021-11-29T14:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Spy adress bar</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spy-adress-bar/m-p/84387#M35533</link>
      <description>Hi Carolina,&lt;BR /&gt;&lt;BR /&gt;You can use the UIA mode to spy the address bar control in Chrome as shown in the below screenshot. Here, the control type, match index and UIA name seems fine to use. You can even remove the UIA name if you want, still would work fine. Hope it helps. :&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="15979.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/16140i322059A94298B6C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="15979.png" alt="15979.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Automation Consultant&lt;BR /&gt;Blueprism 6x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2021 15:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spy-adress-bar/m-p/84387#M35533</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2021-11-29T15:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Spy adress bar</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Spy-adress-bar/m-p/84388#M35534</link>
      <description>Hi Carolina,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; I have come across this issue myself across a few versions of Blue Prism.&amp;nbsp; I always ask myself in these situations "how would a user do this without a mouse?"&amp;nbsp; This leads me to using send keys and keyboard shortcut keys.&amp;nbsp; This is very reliable if you ensure that you are focused correctly on the active target browser window.&lt;BR /&gt;&lt;BR /&gt;You can do this in a single Navigate stage&amp;nbsp; or in four separate stages.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; Step 1: Activate the Chrome Window&lt;BR /&gt;&amp;nbsp; Step 2: Global Send Keys - "^l^x"&amp;nbsp; - will get the address in the address bar if you are attached, focused and the browser is activated.&lt;BR /&gt;&amp;nbsp; Step 3: Global Send Keys Events - "{SHIFT}{DEL}"&amp;nbsp;&lt;BR /&gt;&amp;nbsp; Step 4: You can then enter the [URL] (keep in mind that you will need to escape the web encoding before you send the URL here i.e. %20 = a blank. )&lt;BR /&gt;&amp;nbsp; Step 5: Global Send Keys Events - "{SHIFT}{DEL}"&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Note:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;This works in Chrome and Edge and should work in Firefox as well.&lt;/LI&gt;
&lt;LI&gt;This also works for Save As and Open dialogs under chrome/edge as shortcut keys are available 99% of the time.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;So far I have not had any issues with this method from 6.5 through 6.10.2.&lt;/LI&gt;
&lt;/UL&gt;
Important:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;If you don't then it may not work depending on the version of BP you are using.&amp;nbsp; By escaping it first you&amp;nbsp; ensure the browser will encode the URL appropriately once you write it to the address bar.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;SPAN&gt;------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris Johns &lt;BR /&gt;Professional Services&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Blue Prism&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christopher Johns&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Nov 2021 15:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Spy-adress-bar/m-p/84388#M35534</guid>
      <dc:creator>crjohns</dc:creator>
      <dc:date>2021-11-29T15:46:00Z</dc:date>
    </item>
  </channel>
</rss>

