Skip to main content
jayqb
Navigator | Tier 3
February 9, 2023
Solved

Web Automation - session id from child bot question

  • February 9, 2023
  • 16 replies
  • 696 views

Hey gang,

 

I’m looking for some advise on Web Automation..

I’ve build a child bot that will be used as Reusable Component. It’s main purpose is to start new session in Chrome navigate to specific URL and login using stored credentials. Upon successful login I would use “Get Current Session” component to grab current session id into a string and output it in main flow bot. 

In the main flow I want to continue and navigate using the same session id/window to a different URL, but I’m not getting any luck nor any errors. What am I possibly missing here?

 

 

Best answer by Sumit.K7

@ja 1672 Import this zip file in your control room. This will add Browser Automation package.

 

For session to be shared, ensure package version is same among bots.

Community edition does not set/allow latest package version as default for imported packages.

16 replies

Navigator | Tier 3
May 25, 2023

@jayqb I am the author of this package, it is built on top of web automation to eliminate the Web Automation shortcomings.

Issue you are facing is related to chrome version not working even with correct driver version through selenium and not specific to package.

Try this updated version:

 

jayqb
jayqbAuthor
Navigator | Tier 3
May 25, 2023

Legend.

Thanks @Sumit.K7 !

Navigator | Tier 3
January 22, 2024

@jayqb I am the author of this package, it is built on top of web automation to eliminate the Web Automation shortcomings.

Issue you are facing is related to chrome version not working even with correct driver version through selenium and not specific to package.

Try this updated version:

 

Hello @Sumit.K7  , please i have this following error when using this package 

Unable to establish websocket connection to http://localhost:59353/devtools/browser/6391754a-3d7f-
Build info: version: '4.4.0', revision: 'e5c75ed026a'
System info: host: 'BS-CKG-368', ip: '10.25.13.77', os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '11.0.19.0.101'
Driver info: driver.version: ChromeDriver

Cadet | Tier 2
April 23, 2024

Hi I am trying to achieve the same, results where i can use the current session id from parents to sub tasks or subtasks to partent tasks however i am able to get the session id but not able to identify the way where can that id be used to pass the sessions, can anybody help me on this.

jayqb
jayqbAuthor
Navigator | Tier 3
April 23, 2024

Hi I am trying to achieve the same, results where i can use the current session id from parents to sub tasks or subtasks to partent tasks however i am able to get the session id but not able to identify the way where can that id be used to pass the sessions, can anybody help me on this.

Hi Roshan,

Unfortunately the only way I managed to get this working was with the BrowserAutomation package Sumit.K7 submitted. You can downloaded and import it into your A360

Navigator | Tier 3
April 23, 2024

@Roshan 9366 @jayqb 
Updated version is also available on botstore:

https://botstore.automationanywhere.com/bot/browser-automation-package

https://github.com/A360-Tools | https://botstore.automationanywhere.com/vendor/botdev