Wait for website to open

Which activity shoul I ise to wait for my website open? Sometimes it is open to quickly and somwtimes it takes time and give error.

I used latest use browser/ application activity.

You can use “Element Exist” activity. To check whether an element exists first before you proceed to your actions.

2 Likes

Use Element Exist

1 Like

Hi @pari_patel

Here is the sample workflow
Sequence.xaml (6.9 KB)

Process will be like
1)Use find element and check the attribute like (title,aaname ,text or something ) and copy the word
2) Use Wait attribute and choose the attribute which you have copied and give the element of find element and it will wait dynamically

1 Like

Thank you It works

Thanks

Thank you

That’s great , Happy Automation

Please close the topic by marking it as solution

Regards
Sudharsan