Error find element?

I use find element activity.

image

But selector sometime 10-15 minute to show then find element activity error as below.

image

Hi @fairymemay

use the output of the find element activity.

If the outFindElement isNot Nothing.

Then proceed with the next action.

Regards

@pravin_calvin Right ?

image

How to next step ?
If foundElement I want to click OK

Hi @fairymemay

If element found use click activity to click ok.

Regards

@pravin_calvin How to write condition?

Hi @fairymemay

ckk2 isNot Nothing

And I suggest to give variable name with better naming conventions with Camel case.

Both Find Element and Element Exists are belongs to the same Main group Element and Sub Group Find .
Find element Is to Find the Element by a selector, It can wait Specified UI Element gets active and even it can wait the Specified UI Element Appears physically too (But to an specified extent). Throws an error if the UiElement can not be find.
Returns Ui Elemnet Type Variable.

Element Exists Is to tell us whether the Specified Ui Element does exists or not, Waits for a specified time to check whether it exists or not, if YES or NO it goes to the next activity. Doesn’t throw any error.
Returns Boolean Type Variable.

Regards

@pravin_calvin same error as below.

Please guide me for solve it.

Hi @fairymemay

Please use the timeout millisecond in properties of the find element.

And Set time out to 45000 because the reason behind is the default time out millisecond is about 30000 but in your case you set that as 10000 thats what is showing timeout error.

Give a try with above as mentioned and let me know if its works.

Regards

@pravin_calvin I set time out 45000 follow your suggest as below.

image

But show error same.

Hi @fairymemay

Could you explain me a scenario what you re doing?

Regards

@pravin_calvin I want to check popup if popup appear I want to click ok.

But popup take time about 10-15 minute for appear it.

How to solve it?

Hi @fairymemay

Looks strange 10-15 mins for a popup to appear.

Regards

@pravin_calvin now, can work it by us​e​ do​ while​ and​ find​ elements.​

Regard

hi @fairymemay

Give a try with Do while

Inside the body find element activity.

Set condition as OutFindElement isNot Nothing

Regards

1 Like

Hi @taruna.mehra

I think you re mentioned on wrong post!

Regards

@fairymemay

Does it worked as per your needs?

Regards

2 Likes

@yes.

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