RobilityAI®

Header Example

Robility® Forum

Unleash your potential – connect, collaborate, and automate with our powerful solutions.

Web Automation - el...
 
Notifications
Clear all

[Solved] Web Automation - element appear

6 Posts
2 Users
0 Reactions
582 Views
Posts: 73
Robility Support Team
Topic starter
(@abidurai)
Member
Joined: 1 year ago

How can I make the activity wait for an element to appear before performing an action?

Reply
Topic Tags
5 Replies
Posts: 37
 Hiba
Robility Support Team
(@iffhiba)
Member
Joined: 1 year ago

@abiduai

When your webpage is slow or takes time to respond and load all the elements, there is an option in the activities called “Wait for Ready.” By default, this is set to "None." Apart from "None," there are two other options: "Interactive" and "Complete."

Interactive – This option identifies the element as soon as it appears on the page, even if the webpage is still loading.

Complete – This option identifies the element only when the webpage is fully loaded and all the elements have appeared.

Reply
4 Replies
Robility Support Team
(@abidurai)
Joined: 1 year ago

Member
Posts: 73

Posted by: @iffhiba

@abiduai

When your webpage is slow or takes time to respond and load all the elements, there is an option in the activities called “Wait for Ready.” By default, this is set to "None." Apart from "None," there are two other options: "Interactive" and "Complete."

Interactive – This option identifies the element as soon as it appears on the page, even if the webpage is still loading.

Complete – This option identifies the element only when the webpage is fully loaded and all the elements have appeared.

What is the best practice you recommend here?

 

Reply
 Hiba
Robility Support Team
(@iffhiba)
Joined: 1 year ago

Member
Posts: 37

Posted by: @abidurai

Posted by: @iffhiba

@abiduai

When your webpage is slow or takes time to respond and load all the elements, there is an option in the activities called “Wait for Ready.” By default, this is set to "None." Apart from "None," there are two other options: "Interactive" and "Complete."

Interactive – This option identifies the element as soon as it appears on the page, even if the webpage is still loading.

Complete – This option identifies the element only when the webpage is fully loaded and all the elements have appeared.

What is the best practice you recommend here?

 

The recommended option is “Complete,” even if your webpage is interactively responsive. This ensures you wait for the element and also accounts for dynamically loaded webpages based on Ajax calls, allowing actions to be performed promptly.

 

Reply
Robility Support Team
(@abidurai)
Joined: 1 year ago

Member
Posts: 73

Posted by: @iffhiba

Posted by: @abidurai

Posted by: @iffhiba

@abiduai

When your webpage is slow or takes time to respond and load all the elements, there is an option in the activities called “Wait for Ready.” By default, this is set to "None." Apart from "None," there are two other options: "Interactive" and "Complete."

Interactive – This option identifies the element as soon as it appears on the page, even if the webpage is still loading.

Complete – This option identifies the element only when the webpage is fully loaded and all the elements have appeared.

What is the best practice you recommend here?

 

The recommended option is “Complete,” even if your webpage is interactively responsive. This ensures you wait for the element and also accounts for dynamically loaded webpages based on Ajax calls, allowing actions to be performed promptly.

 

Is there any time limit for the activity to wait until the element appears if I select "Complete" for "Wait for Ready"?

 

Reply
 Hiba
Robility Support Team
(@iffhiba)
Joined: 1 year ago

Member
Posts: 37

Posted by: @abidurai

Posted by: @iffhiba

Posted by: @abidurai

Posted by: @iffhiba

@abiduai

When your webpage is slow or takes time to respond and load all the elements, there is an option in the activities called “Wait for Ready.” By default, this is set to "None." Apart from "None," there are two other options: "Interactive" and "Complete."

Interactive – This option identifies the element as soon as it appears on the page, even if the webpage is still loading.

Complete – This option identifies the element only when the webpage is fully loaded and all the elements have appeared.

What is the best practice you recommend here?

 

The recommended option is “Complete,” even if your webpage is interactively responsive. This ensures you wait for the element and also accounts for dynamically loaded webpages based on Ajax calls, allowing actions to be performed promptly.

 

Is there any time limit for the activity to wait until the element appears if I select "Complete" for "Wait for Ready"?

 

Yes, there is a “Wait Time” property that specifies the time limit for the browser to completely load and for the elements to appear.

 

 

Reply