Time out issue

Hi Guys,
I have a create a simple work flow like read the URL, username and password from Excel sheet and login. Create a scheduler using ui path robot. Once my scheduler reach the time Browser opens then URL also entered page opend but didn’t enter the username and password and all.
Getting below error


Thanks

1 Like

Hi
If the type into activity is the first activity once after logging In Type into Activity we have a property named DelayBefore set that with a TimeSpan of around 5000 milliseconds
Or
If click activity is the first one getting executed then use the same property and set the value
Or
We can use ON ELEMENT APPEARS activity and choose the login field as a element and keep the type into or click activity within it so that it will wait for that field to appear and then will type or click

Cheers @vivek_sivam

Hi @Palaniyappan
Thanks. In my case didn’t enter the username and password.
I have load the URl, username, password in excel sheet.Once the browser opend, URL also opend.but didn’t enter the username and password. I have used following activities
URL: out_Config(“User8URL”).ToString – Open browser activity enter URL
Username: out_Config(“User8UserName”).ToString – Type into activity
Password: out_Config(“User8Password”).ToString – Type into activity
Thanks

Is simulate type property enabled in the property panel of type into activity
Cheers @vivek_sivam

Hi @Palaniyappan
Thanks.
I have enabled the simulate type property. Still i’m getting below error.


I’m try to execute in chrome browser. Extensions are enabled
What should i need to do next

1 Like

Kindly try once with ie browser and check
Cheers @vivek_sivam

1 Like

Hi @Palaniyappan
Thanks it’s working in IE browser, What was the problem in the chrome browser,
And one more problem is my date range selection not working in IE
These are things i used to select date range
From date: Date.Now.AddDays(-1).toString(“dd-MM-yyyy”)+ “[k(tab)]”
To date: Date.Now.toString(“dd-MM-yyyy”)
It will took the current date only. Above login won’t work in IE browser. It worked in chrome.
I have enabled the Empty field image

Fine
Then in that case reinstall the chrome extension, restart your system and try once
Cheers @vivek_sivam

Ok Thanks.
Will check and let you know.
Could you please let me know the date range selection, what should i need to do
@Palaniyappan

1 Like

You said that works fine in chrome right
Let’s check with the extension
@vivek_sivam

Hi @Palaniyappan
Once i restart the browser it’s working fine.
So daily i need to enable the extension?.
It is possible to can we connect?

1 Like

No need buddy
This happens when the extension is not installed completely
So this is resolved isn’t it
Do we have any other queries to be discussed
If so kindly let us know
Cheers @vivek_sivam

Hi @Palaniyappan
Yes buddy,
One of my website I’m having problem in date selection

1 Like