Activity timeout exceeded issue

Hi.I want to use type into activty with anchor base but dont working. how can I fix ?

@sufyant

Set TimeOut field value to 30000 in Type Into activity and then check once.

1 Like

not working

@sufyant

Set WaitForReady field to Interactive instead of None.

And also one more thing after you set 30000 ms to TimeOut field whether its waited for 30 sec and gave that error or simply it gave that error before only ?

1 Like

I tried and I got this error

still same. not working

@sufyant

Then problem with Find Element activity only. Check whether Find Element selector is showing valid or invalid.

1 Like

it is valid

@sufyant

Uncheck SimulateType and then check it once.

If possible try to run the process in Debug mode and check it once.

1 Like

still same

@Palaniyappan Help me buddy

1 Like

Its works if I don’t use Anchor Base.but I want to use Anchor Base to avoid getting error

1 Like

Sorry for the delayed response
Anchor base would work
But we got one more option
Like if the files remains at the same position then we can use SEND HOT KEY ACTIVITY with key as tab
—use n number of activities with key as tab until it reaches the field we want and use them without selecting any element and just the key alone
—once after reaching the field use Type into activity with the input string alone without selector
—then use send hot key again with either key as tab to move to next field or enter to click button

This would work either without any error

Cheers @sufyant

1 Like

As I understand it,do I have to do like that? But dont working

1 Like

No buddy
No need of anchor base
Directly we can use Send hot key with key as tab and use n number of activities with key as tab until it reaches the field we want and use them without selecting any element and just the key alone

Cheers @sufyant

1 Like

Like that right buddy ? it worked! @Palaniyappan

1 Like

Exactly
@sufyant

1 Like

So is it’s resolved
@sufyant

1 Like

@Palaniyappan Yess buddy thank you so much. but something have on my mind Is it safe like anchor base ?

1 Like

Absolutely
If the field remains same at this position then send hot key with key as tab is more reliable
That’s why even it’s suggested to use in a Citirx environment

Cheers @sufyant

1 Like

@Palaniyappan Thanks again buddy i got it. see you in other questions :smile: