URL provided not opening in Google Address bar

An Automation process is failing to be fetching the Website from Google Address bar.
Open browser activity is used, The Url is provided in the config file and the called in Open Browser, New session option is selected as True.
Navigate to activity is also used .
Still the process is failing in Attended and unattended, while works fine from Studio.
@

Hi @VINO_SAM_VARGHESE

Can you share what the error is and exactly which activity is failing?

Does the target system have google installed? and the extension for google is also configured?

Can you check if the extension is enabled for all the users or for the bot user

cheers

Hi @Anil_G
Actually, no error happens in the particular activity, instead the error comes in next activity since the url web page is not open.
Yes, the target system has Google Chrome installed, also have the uipath extension configured. As the process run prefectly from studio.
The extension is enabled for all users of that VM machine

@VINO_SAM_VARGHESE

Did you try with use application/Browser as well?

or try with start process …ideally if the chrome is not installed in the default path this might happen but really rare.

did you take a screenshot or saw if chrome is trying to open and it failed?

Can you try printing the url before entering. may be for some reason that url is getting empty?

cheers

HI @Anil_G
Yes, tried using application/browser too, same result.
I can see the chrome browser opening and failing to fill the url provided in the address bar.
I have printed the URL before inputting into Open Browser activity, It provide the exact output.

@VINO_SAM_VARGHESE

Can you try changing the package versions of the ui automation packages .

Cheers

Hi @Anil_G

Thank you, I have updated the UI Automation Activities package to the new version 22.10.4. It is working fine now.
I will keep monitoring for few days to see if the issue re-appears

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.