Start RPA robot in already opened web browser

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 someone point to the right resources to achieve the same.

  Discussion posts and replies are publicly visible

Parents
  • 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.
    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.

  • Does Appian RPA currently support attended bots ? It would be helpful to know to continue my research.

  • Currently, the browser module needs to initialize the browser itself in order to be able to retrieve the data with its native methods.
    If the attended bot needs to obtain the information from the browser you should use alternative techniques

Reply
  • Currently, the browser module needs to initialize the browser itself in order to be able to retrieve the data with its native methods.
    If the attended bot needs to obtain the information from the browser you should use alternative techniques

Children
No Data