How to make open browser wait till splunk login

Hi All,

I am using open browser activity to open splunk page if the user login late it is getting below screenshot exception. seeking your expertise how to get rid of this error please.

Hi @Sathish_Ashokan ,
Have you tried with ‘Try catch’ when logging into this web, I think it helps
accompanied by login attributes such as delay before entering account and password, click on the login button
check elements exist
regards,

Try catch for delaying till login? or throw exception?

@Sathish_Ashokan

Use wait for load property and set it to complete…then the activity will wait till the page is completely loaded and then checks

Alternately can increate the timeout value of the activity that is failing so that it will wait for more time

Cheers

i am using modern activity for this task which activity should i use to cater this please?

In login step, let use wait time to login, in here you can use check element exist to check login success or not, let try 2-3 time still success
in exception we can use notification to user
regards,

@Sathish_Ashokan

Wait for load is a property on the activities please check the same…open the properties panel of the type into or click activity which is failing and then search for wait for load property and timeout property

Cheers