I use find element activity.
But selector sometime 10-15 minute to show then find element activity error as below.
I use find element activity.
But selector sometime 10-15 minute to show then find element activity error as below.
Hi @fairymemay
use the output of the find element activity.
If the outFindElement isNot Nothing.
Then proceed with the next action.
Regards
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
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 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
Give a try with Do while
Inside the body find element activity.
Set condition as OutFindElement isNot Nothing
Regards
@yes.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.