<?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 Failing to automate a research in Google Chrome in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Failing-to-automate-a-research-in-Google-Chrome/m-p/91430#M41450</link>
    <description>Hi,&amp;nbsp;&lt;BR /&gt;I would like to start by saying that I am&amp;nbsp; quite new to blueprism and I've just undergone the foundation training.&lt;BR /&gt;I am doing an exercise where I have to automate a research on website. I can't provide the website unfortunately but basically these are the steps I have created&amp;nbsp; in the VBO (one page for each step) :&lt;BR /&gt;-Launch Google chrome&lt;BR /&gt;-maximise the window&lt;BR /&gt;-click the research bar and write down a name and press then "find" button&lt;BR /&gt;There are further steps I should automate but here I have a problem. I've automated in the vbo through the application modeller and the spy mode. Everything is working fine until the bot press the "find" button. The name is correctly inserted in the research bar yet, for some reasons, instead of searching the name I've provided in the research bar, the process instead search for&amp;nbsp; "*".&lt;BR /&gt;Anybody that could give me any help?&lt;BR /&gt;Regards,&lt;BR /&gt;Alessandro&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Alessandro Dell'Anno&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 03 Nov 2021 16:02:00 GMT</pubDate>
    <dc:creator>AlessandroDell_</dc:creator>
    <dc:date>2021-11-03T16:02:00Z</dc:date>
    <item>
      <title>Failing to automate a research in Google Chrome</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Failing-to-automate-a-research-in-Google-Chrome/m-p/91430#M41450</link>
      <description>Hi,&amp;nbsp;&lt;BR /&gt;I would like to start by saying that I am&amp;nbsp; quite new to blueprism and I've just undergone the foundation training.&lt;BR /&gt;I am doing an exercise where I have to automate a research on website. I can't provide the website unfortunately but basically these are the steps I have created&amp;nbsp; in the VBO (one page for each step) :&lt;BR /&gt;-Launch Google chrome&lt;BR /&gt;-maximise the window&lt;BR /&gt;-click the research bar and write down a name and press then "find" button&lt;BR /&gt;There are further steps I should automate but here I have a problem. I've automated in the vbo through the application modeller and the spy mode. Everything is working fine until the bot press the "find" button. The name is correctly inserted in the research bar yet, for some reasons, instead of searching the name I've provided in the research bar, the process instead search for&amp;nbsp; "*".&lt;BR /&gt;Anybody that could give me any help?&lt;BR /&gt;Regards,&lt;BR /&gt;Alessandro&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Alessandro Dell'Anno&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Nov 2021 16:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Failing-to-automate-a-research-in-Google-Chrome/m-p/91430#M41450</guid>
      <dc:creator>AlessandroDell_</dc:creator>
      <dc:date>2021-11-03T16:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Failing to automate a research in Google Chrome</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Failing-to-automate-a-research-in-Google-Chrome/m-p/91431#M41451</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="ac2f875f-7314-4905-ac38-77f7d42c1d33" data-tag-text="@Alessandro Dell'Anno" href="https://community.blueprism.com/network/profile?UserKey=ac2f875f-7314-4905-ac38-77f7d42c1d33" data-itemmentionkey="f812351f-5db9-45f1-8049-c8e918bd73f8"&gt;@Alessandro Dell'Anno&lt;/A&gt; Its a general issue , I have faced this many times with applications&lt;SPAN&gt;. A workaround is to send a click to the text box(click center may be) and then use Send Keys or send key events to send the value to&amp;nbsp; the field.&lt;/SPAN&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;Vipul Tiwari&lt;BR /&gt;Senior Process Simplification Developer&lt;BR /&gt;Amazon&lt;BR /&gt;------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 06 Nov 2021 06:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Failing-to-automate-a-research-in-Google-Chrome/m-p/91431#M41451</guid>
      <dc:creator>EVIPUTI</dc:creator>
      <dc:date>2021-11-06T06:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Failing to automate a research in Google Chrome</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Failing-to-automate-a-research-in-Google-Chrome/m-p/91432#M41452</link>
      <description>Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="ac2f875f-7314-4905-ac38-77f7d42c1d33" data-tag-text="@Alessandro Dell'Anno" href="https://community.blueprism.com/network/profile?UserKey=ac2f875f-7314-4905-ac38-77f7d42c1d33" data-itemmentionkey="3d7cfd54-4804-47ee-b1c3-145ef74f85f8"&gt;@Alessandro Dell'Anno&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Have you tried with other spying modes (e.g. UIA mode)?&lt;BR /&gt;If that doesn't work, then the best way would be to use send keys approach only. Perform click center on the textbox, write the value using send keys and then pass "ENTER" (using Global send keys) to search for the value.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ritansh Jatwani Senior Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;EY&lt;BR /&gt;Gurgaon&lt;BR /&gt;*If you find this post helpful mark it as best answer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 07 Nov 2021 19:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Failing-to-automate-a-research-in-Google-Chrome/m-p/91432#M41452</guid>
      <dc:creator>ritansh.jatwani</dc:creator>
      <dc:date>2021-11-07T19:21:00Z</dc:date>
    </item>
  </channel>
</rss>

