Browser Not Opening While running in Orchestrator

Hi.

Chorme Browser not opening while running in orchestrator.

locally running the code is working fine without any issue… if runing through orchestrator i am getting error in Orchestrator logs seel the logs.

Browser Settings snapshot…

Thanks
Shyam

1 Like

Hey @Shyam_Pragash

I can see there is some issue with foreach in the above logs ?

Thanks
#nK

Hi

Did we try enabling Simulate click Property in that click activity

If that page is a new page after opening browser then make sure that CLICK activity is placed inside a ATTACH BROWSER activity

Cheers @Shyam_Pragash

1 Like

Hi…

this is not simulate click issue… it will open browser type user name and password to login.

the browser is not opening at time running… got above error

Thanks
Shyam

Hmm
Then in that case it might be because of page load time

Use a RETRY SCOPE activity and mention the activity you want to perform under action block and use a ELEMENT EXISTS activity in condition block

With the element exists activity choose a element that will appear when page loads completely

In property panel of retry scope mention the number of retries as 5

Cheers @Shyam_Pragash

Hi…

let me check…

Thanks
Shyam

Hi
Is it fine now @Shyam_Pragash

Hi…

No bro Same issue still exists…

Thanks
Shyam

Try enabling simulate
Because type into activity is fine but sometimes stem application goes to background if does require a simulate click

@Shyam_Pragash