<?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 You could try to disable the in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73439#M26044</link>
    <description>You could try to disable the parent_url attribute, in most cases I've been able to identify the elements without using that attribute.</description>
    <pubDate>Thu, 10 Nov 2016 13:45:00 GMT</pubDate>
    <dc:creator>shahariar_k_bhu</dc:creator>
    <dc:date>2016-11-10T13:45:00Z</dc:date>
    <item>
      <title>Browser based automation</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73437#M26042</link>
      <description>Hi All,
         I had faced some issues while automating Browser based applications It was new for me and I am not able to proceed further on that
Scenario:
           1. Initially I launched the application and started to spy the full main screen and then I proceeded across sub pages(i.e. 1,2,3 and soon) further then the process flow is like I will have to come back to the main page in reverse order to perform other tasks (i.e. 3,2,1 and soon) what happened here is a big surprise for me is that the link in application modular when I spied for the first cycle started to change when I am back to the same screen for the next time so I was under a situation to re-spy the screen which were spied initially. 
            
            Please suggest me a solution for this and thanks in Advance.</description>
      <pubDate>Thu, 10 Nov 2016 11:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73437#M26042</guid>
      <dc:creator>manivannan_r</dc:creator>
      <dc:date>2016-11-10T11:32:00Z</dc:date>
    </item>
    <item>
      <title>Hi Raja,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73438#M26043</link>
      <description>Hi Raja,
You have to take these Link as dynamic and for which you need to supply the Dynamic value of this Attribute, you can do that via GET PARENT URL or with some calculations from which you can derive the Dynamic URL.</description>
      <pubDate>Thu, 10 Nov 2016 11:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73438#M26043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-10T11:45:00Z</dc:date>
    </item>
    <item>
      <title>You could try to disable the</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73439#M26044</link>
      <description>You could try to disable the parent_url attribute, in most cases I've been able to identify the elements without using that attribute.</description>
      <pubDate>Thu, 10 Nov 2016 13:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73439#M26044</guid>
      <dc:creator>shahariar_k_bhu</dc:creator>
      <dc:date>2016-11-10T13:45:00Z</dc:date>
    </item>
    <item>
      <title>@ avi2kaushik currently I am</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73440#M26045</link>
      <description>@ avi2kaushik currently I am working on using the dynamic values fed into the URL but still wen I am repeating it for the next time not able to get to a conclusion on which value to feed dynamically again</description>
      <pubDate>Thu, 10 Nov 2016 17:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73440#M26045</guid>
      <dc:creator>manivannan_r</dc:creator>
      <dc:date>2016-11-10T17:51:00Z</dc:date>
    </item>
    <item>
      <title>I think what Avani means is</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73441#M26046</link>
      <description>I think what Avani means is that the URL of the page is not constant. Often web apps append session data to the URL, eg &lt;A href="http://somewebpage.aspx?sessionid=1234" target="test_blank"&gt;http://somewebpage.aspx?sessionid=1234&lt;/A&gt;. If you keep the Parent URL attribute ticked in Application Modeller then the element will only be found for this URL, and when the page is revisited and the URL changes to &lt;A href="http://somewebpage.aspx?sessionid=5678" target="test_blank"&gt;http://somewebpage.aspx?sessionid=5678&lt;/A&gt;, the element will not be found.Resolution: untick the attribute.</description>
      <pubDate>Fri, 11 Nov 2016 17:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73441#M26046</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2016-11-11T17:58:00Z</dc:date>
    </item>
    <item>
      <title>Thanks John and avi2kaushik</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73442#M26047</link>
      <description>Thanks John and avi2kaushik for your solutions!
Hi John, agreed
But I keep all the attributes unchecked which change dynamically and then keep only one attribute checked ie. Path and make it dynamic and pass input values to them at run time and still the  &amp;amp;  value in them is getting changed always this was the problem which was happening here.</description>
      <pubDate>Fri, 02 Dec 2016 11:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73442#M26047</guid>
      <dc:creator>manivannan_r</dc:creator>
      <dc:date>2016-12-02T11:56:00Z</dc:date>
    </item>
    <item>
      <title>I would always recommend</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73443#M26048</link>
      <description>I would always recommend having at least one identifier attribute ticked as well as the Path - just to validate the path is for the correct element if the underlying appliction has changed in some way.
Also, for some dynamic web sites the Path cannot be used at all because it is changable.  The browser automation guide discusses this possibility.</description>
      <pubDate>Tue, 06 Dec 2016 17:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73443#M26048</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2016-12-06T17:42:00Z</dc:date>
    </item>
    <item>
      <title>Hi Dennis,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73444#M26049</link>
      <description>Hi Dennis,
I will try keeping any one attribute checked and the path as well.
Thanks</description>
      <pubDate>Fri, 09 Dec 2016 10:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Browser-based-automation/m-p/73444#M26049</guid>
      <dc:creator>manivannan_r</dc:creator>
      <dc:date>2016-12-09T10:29:00Z</dc:date>
    </item>
  </channel>
</rss>

