<?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 RE: Portal Captcha in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Portal-Captcha/m-p/87736#M38406</link>
    <description>Perfect, you shouldn't have any difficulties&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Sr Business Analyst&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;Recife&lt;BR /&gt;+5581988869544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 20 Jul 2021 21:58:00 GMT</pubDate>
    <dc:creator>EmersonF</dc:creator>
    <dc:date>2021-07-20T21:58:00Z</dc:date>
    <item>
      <title>Portal Captcha</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Portal-Captcha/m-p/87732#M38402</link>
      <description>&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an automation in a web portal where we do some data entry and extract information from it. But after logging in, there will be a captcha box to be solved. So for now, bot pauses when it reaches the stage, someone manually solve the captcha and then the bot continues the rest of the steps. So we have a human intervention, not fully automated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And recently we migrated from IE to Chrome. And I noticed, majority of the time, we are not getting the captcha box, so there is no need to solve the captcha at all. But sometimes we get it. We couldn't predict. So is there a way in a web portal, where we can completely disable the captcha by code in Chrome or any better way to handle it with no human intervention? I greatly appreciate some suggestions and some workarounds?&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Keerthana Jegannathan IPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jul 2021 17:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Portal-Captcha/m-p/87732#M38402</guid>
      <dc:creator>KeerthanaJegann</dc:creator>
      <dc:date>2021-07-15T17:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Portal Captcha</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Portal-Captcha/m-p/87733#M38403</link>
      <description>Hi Keerthana,&lt;BR /&gt;&lt;BR /&gt;As posted in &lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/view-question?ContributedContentKey=83f9fbc3-fe45-4692-9d6c-f857b4b68f48&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer" target="_blank" rel="noopener"&gt;your other thread about this&lt;/A&gt;, p&lt;SPAN&gt;lease see this Knowledge Base article, "&lt;/SPAN&gt;&lt;A href="http://portal.blueprism.com/customer-support/support-center#/path/1142228842" target="_blank" rel="noopener"&gt;Can Blue Prism work with a web page which uses CAPTCHA?&lt;/A&gt;&lt;SPAN&gt;" for Blue Prism's official policy / stance on automating web pages with CAPTCHA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Essentially, how you manage this is up to you and perhaps others can provide their suggestions here on how to work with this type of restriction. However, Blue Prism as a company respects the right of the designer to implement software which seeks to make this distinction between human and robotic users, and does not provide for, or promote, the use of Blue Prism software to circumvent such tests.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Steve Boggs&lt;BR /&gt;Senior Software Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jul 2021 17:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Portal-Captcha/m-p/87733#M38403</guid>
      <dc:creator>steven.boggs</dc:creator>
      <dc:date>2021-07-15T17:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Portal Captcha</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Portal-Captcha/m-p/87734#M38404</link>
      <description>Hi @Keerthana Jegannathan At some point I needed to implement this system and I used an external company for this purpose, the "Anti-Captcha" is a paid system, but it is very efficient and manages to serve well in captchas v2, v3, in case of captchas v1, you save the image converts to base64 and sends via API, in case of v2 and v3 you do a JS insertion directly on the page​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Sr Business Analyst&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;America/Recife&lt;BR /&gt;+5581988869544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Jul 2021 13:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Portal-Captcha/m-p/87734#M38404</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2021-07-16T13:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Portal Captcha</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Portal-Captcha/m-p/87735#M38405</link>
      <description>Thanks for the reply. I think this should be helpful. I will dig more into Anti-Captcha. Ours is Captcha v2.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Keerthana Jegannathan IPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2021 21:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Portal-Captcha/m-p/87735#M38405</guid>
      <dc:creator>KeerthanaJegann</dc:creator>
      <dc:date>2021-07-20T21:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Portal Captcha</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Portal-Captcha/m-p/87736#M38406</link>
      <description>Perfect, you shouldn't have any difficulties&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Sr Business Analyst&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;Recife&lt;BR /&gt;+5581988869544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2021 21:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Portal-Captcha/m-p/87736#M38406</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2021-07-20T21:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Portal Captcha</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Portal-Captcha/m-p/87737#M38407</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1854"&gt;@EmersonF&lt;/a&gt;&amp;nbsp; Can you share how you did the configuration in BP to break captcha using Anti-Captcha?&lt;BR /&gt;&lt;BR /&gt;Te add Linkedin &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;José Francisco Bezerra Nunes Júnior&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2023 12:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Portal-Captcha/m-p/87737#M38407</guid>
      <dc:creator>Jrwork</dc:creator>
      <dc:date>2023-09-05T12:17:00Z</dc:date>
    </item>
  </channel>
</rss>

