<?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 I have a similar issue too… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60204#M13715</link>
    <description>I have a similar issue too and I am working on it currently and I have just learned that if you use html, Blue Prism might not write what you're trying to write into that input box because when you use HTML mode, it just fills the input box but doesn't invoke the javascript behind it. Might that be the problem for your case?</description>
    <pubDate>Mon, 13 Aug 2018 19:58:00 GMT</pubDate>
    <dc:creator>DenizKilinc</dc:creator>
    <dc:date>2018-08-13T19:58:00Z</dc:date>
    <item>
      <title>Unable to write User Name in a web based application</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60199#M13710</link>
      <description>I'm trying to automate a Web Based Application. While entering the User Name &amp;amp; Password using Write stage, this text is overlapping with someother text, because of which the application is throwing credential error (Attached a screenshot). This is happening only with the solution where as manually, no such things were happening. Also, i tried with Global Send Keys method, where again i'm facing lot of issues while inputting the characters as it's skipping few characters. Can any one help with the solution to overcome these issues?

Version i'm using: 6.2.1</description>
      <pubDate>Sat, 11 Aug 2018 21:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60199#M13710</guid>
      <dc:creator>Niteesh_ReddyBo</dc:creator>
      <dc:date>2018-08-11T21:47:00Z</dc:date>
    </item>
    <item>
      <title>I may suggest using…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60200#M13711</link>
      <description>I may suggest&amp;nbsp;using application navigator to spy the input box because it seems like there are more than one elements referring that box and the one you are trying to write is not the correct one. Try spying all the elements referring that box and try to find out the correct element by trial and error.</description>
      <pubDate>Sun, 12 Aug 2018 19:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60200#M13711</guid>
      <dc:creator>DenizKilinc</dc:creator>
      <dc:date>2018-08-12T19:54:00Z</dc:date>
    </item>
    <item>
      <title>Currently there were two…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60201#M13712</link>
      <description>Currently there were two elements in this field, one the input &amp;amp; the other a text placeholder. I'm entering data into the input type element.</description>
      <pubDate>Mon, 13 Aug 2018 00:09:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60201#M13712</guid>
      <dc:creator>Niteesh_ReddyBo</dc:creator>
      <dc:date>2018-08-13T00:09:00Z</dc:date>
    </item>
    <item>
      <title>What blueprism write does…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60202#M13713</link>
      <description>What blueprism write does with fields is not exactly the same that user does. Blueprism happily writes to fields even if you have alert blocking user input, unlike selenium webdriver for example.
Placeholder text is held in another element and likely updated with js when user interacts with a page. If this is just a visual glitch and works otherwise - ignore it. If you actually get wrong results, then clicking and using sendkeys would likely solve your issue, but you wouldnt want to do that unless it is really necessary.</description>
      <pubDate>Mon, 13 Aug 2018 03:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60202#M13713</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2018-08-13T03:42:00Z</dc:date>
    </item>
    <item>
      <title>I tried to use the send keys…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60203#M13714</link>
      <description>I tried to use the send keys as well - but, it's skipping some characters in the text I'm sending. For now I added a 1s gap to ensure all the characters are entered, but, I don't think this is robust, as it takes very long time to fill a form.&lt;BR /&gt;&lt;BR /&gt;(Final solution: Spy the element using the HTML mode. In the workflow, click on the element &amp;amp; give a time gap before sending the text with global send keys/key events with a time gap. No issues were reported later. But, this process consumes more time.)</description>
      <pubDate>Mon, 13 Aug 2018 13:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60203#M13714</guid>
      <dc:creator>Niteesh_ReddyBo</dc:creator>
      <dc:date>2018-08-13T13:18:00Z</dc:date>
    </item>
    <item>
      <title>I have a similar issue too…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60204#M13715</link>
      <description>I have a similar issue too and I am working on it currently and I have just learned that if you use html, Blue Prism might not write what you're trying to write into that input box because when you use HTML mode, it just fills the input box but doesn't invoke the javascript behind it. Might that be the problem for your case?</description>
      <pubDate>Mon, 13 Aug 2018 19:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60204#M13715</guid>
      <dc:creator>DenizKilinc</dc:creator>
      <dc:date>2018-08-13T19:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to write User Name in a web based application</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60205#M13716</link>
      <description>For future readers... I solved it!&lt;BR /&gt;&lt;BR /&gt;I had the problem with the excel application, while using the write stage, it seamed like the placeholder text mixed with the information I was trying to write... &lt;BR /&gt;&lt;BR /&gt;The solution is to spy in html mode that placeholder and write ""&amp;nbsp; with the write stage there ! You wont see how the placeholder is changes, but it works! In my case, I spied a span type of attribute&lt;BR /&gt;&lt;BR /&gt;Best of luck!​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Carmen González-Conde&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Oct 2021 21:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60205#M13716</guid>
      <dc:creator>CarmenGonzález-</dc:creator>
      <dc:date>2021-10-29T21:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to write User Name in a web based application</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60206#M13717</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="4bb8de3a-b673-4921-b69c-f2613169df32" data-tag-text="@Niteesh Reddy" href="https://community.blueprism.com/network/profile?UserKey=4bb8de3a-b673-4921-b69c-f2613169df32" data-itemmentionkey="c1f8ec17-18d8-4c50-9191-124a8cdd449e"&gt;@Niteesh Reddy&lt;/A&gt;&amp;nbsp; Which browser you are interacting with ? Have you tried launching the application with different browser and spying or is it a application level issue ?​&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, 30 Oct 2021 04:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60206#M13717</guid>
      <dc:creator>EVIPUTI</dc:creator>
      <dc:date>2021-10-30T04:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to write User Name in a web based application</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60207#M13718</link>
      <description>It was back in 2018. I remember like using IE.&lt;BR /&gt;Anyways, the issue is resolved with the workaround mentioned in Reply 5. Any more robust solutions are appreciated.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Niteesh Reddy Bollu Senior Software Engineer&lt;BR /&gt;RPA Consultant&lt;BR /&gt;PepsiCo India Pvt Ltd&lt;BR /&gt;Gurgaon&lt;BR /&gt;9741235369&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Oct 2021 05:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-write-User-Name-in-a-web-based-application/m-p/60207#M13718</guid>
      <dc:creator>Niteesh_ReddyBo</dc:creator>
      <dc:date>2021-10-30T05:04:00Z</dc:date>
    </item>
  </channel>
</rss>

