<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Start RPA robot in already opened web browser</title><link>https://community.appian.com/discussions/f/rpa/18810/start-rpa-robot-in-already-opened-web-browser</link><description>Hi, 
 
 I am trying to integrate a bot which should work in an already opened browser tab. Current samples and examples are opening a new browser process and I am unable to figure out how to make the bot to work with already opened browser tab. 
 
 Can</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Start RPA robot in already opened web browser</title><link>https://community.appian.com/thread/76028?ContentTypeID=1</link><pubDate>Wed, 19 Aug 2020 10:06:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e17e4344-e98d-4a59-85e9-123de25abfe3</guid><dc:creator>ramn0002</dc:creator><description>&lt;p&gt;&lt;a href="/members/pradeepm0003"&gt;pradeepm0003&lt;/a&gt; There is no native way in Appian RPA yet. But you could use remote debugger option of Chrome to connect to a existing browser session and select the desired tab based on Title/Url and continue the bot operation.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Chrome debugger option is explained in &lt;a href="https://medium.com/@praveendavidmathew/opening-the-chrome-driver-and-browser-on-a-specific-port-and-connecting-to-already-opened-chroem-73a4746fa143"&gt;this&lt;/a&gt; medium post. Hope this helps&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start RPA robot in already opened web browser</title><link>https://community.appian.com/thread/76025?ContentTypeID=1</link><pubDate>Wed, 19 Aug 2020 05:57:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2c7607f7-5afd-4b6f-aab7-b69f6b8fb70c</guid><dc:creator>pradeepm0003</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="/members/ramn0002"&gt;ramn0002&lt;/a&gt;, I am looking for a similar method to attach an&amp;nbsp;already opened browser from Appian RPA. Could you please let me know how to achieve it, in case if you&amp;nbsp;had got any solution for&amp;nbsp;what you were looking for(something similar to UiPath Attach Browser).&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start RPA robot in already opened web browser</title><link>https://community.appian.com/thread/74049?ContentTypeID=1</link><pubDate>Wed, 13 May 2020 17:55:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7aaea2d8-ad5e-4e5a-ae00-7bdbfc4c9bed</guid><dc:creator>David Catalan</dc:creator><description>&lt;p&gt;Currently, the browser module needs to initialize the browser itself in order to be able to retrieve the data with its native methods. &lt;br /&gt;If the attended bot needs to obtain the information from the browser you should use alternative techniques&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start RPA robot in already opened web browser</title><link>https://community.appian.com/thread/74012?ContentTypeID=1</link><pubDate>Tue, 12 May 2020 16:13:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9b41d28b-f498-4ca5-954c-d5a1877cef1f</guid><dc:creator>ramn0002</dc:creator><description>&lt;p&gt;&lt;a href="/members/david.catalan"&gt;David Catalan&lt;/a&gt; Does Appian RPA currently support attended bots ? It would be helpful to know to continue my research.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start RPA robot in already opened web browser</title><link>https://community.appian.com/thread/73984?ContentTypeID=1</link><pubDate>Tue, 12 May 2020 08:51:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5d92da67-32a5-4565-b0f5-af2a0750b132</guid><dc:creator>ramn0002</dc:creator><description>&lt;p&gt;&lt;a href="/members/danny.verb"&gt;Danny Verb&lt;/a&gt;&amp;nbsp;Thanks. I can use remote debugger options of Chrome driver using setCapabilities to connect to an already opened browser session. But I&amp;nbsp;am looking&amp;nbsp;for&amp;nbsp;a native way&amp;nbsp;using&amp;nbsp;Appian&amp;nbsp;RPA apis&amp;nbsp;(something similar to UiPath&amp;nbsp;&lt;a href="https://docs.uipath.com/activities/docs/browser-scope"&gt;Attach Browser&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;&lt;a href="/members/david.catalan"&gt;David Catalan&lt;/a&gt;&amp;nbsp; Bot which I am creating would be an attended bot which&amp;nbsp;will be triggered by an user action and will perform some action in the existing browser session.&amp;nbsp;&amp;nbsp;I have looked at Falcon and Keyboard options which seems to be&amp;nbsp;&lt;span&gt;counterintuitive way for what I am trying to achieve.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start RPA robot in already opened web browser</title><link>https://community.appian.com/thread/73976?ContentTypeID=1</link><pubDate>Tue, 12 May 2020 06:50:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c8015dfa-c72c-4bbd-b456-d5392faa80ef</guid><dc:creator>David Catalan</dc:creator><description>&lt;p&gt;To work with the browser module, and use all its functionality, it is necessary that the robot initializes the browser. An instance of IWebBrowserSupport cannot be obtained from an existing browser. &lt;br /&gt;If it is not possible to initialize the browser inside the robot, you will have to use other modules like Falcon and Keyboard to automate the tab.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Start RPA robot in already opened web browser</title><link>https://community.appian.com/thread/73970?ContentTypeID=1</link><pubDate>Mon, 11 May 2020 20:34:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:33c16fb4-e5c7-4a13-979f-5ebcf93e8613</guid><dc:creator>Danny Verb</dc:creator><description>&lt;p&gt;I recommend looking at the Javadoc. There&amp;nbsp;are a methods such as setCapabilities which may be able to help you out.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>