Why does get element randomly stop getting elements after a certain number?

Why does get element randomly stop getting elements after a certain number, before reaching max element?

I put in max element 20, min 1, and it randomly stops anywhere between 5 and 13 elements.

How do I make it go until max element?

How to increase the view of get element? Since get element looks in the browser window, and the browser window has a certain number of things loaded.

Does get element search loaded things in the browser window?
How do you have get element see more things in the browser window?

Get elements searches as soon as that is the active elements. It keeps sesrching non stop, until it finds something or it reaches the timeout.
In some application and websites that can be a problem. For instance if a wwbpahe renders elements slowly it might only find a few. Other times it can be an issue if the element exista, ut is hidden due to pahe not being fully loaded.
So there are cases where adding a delay activity, or seaching for something else, you know is only visible when the entire page is loaded, first.
There are MANY waya to hide elements in html/css so it can sometimes be challinging to check if an element is visible ( and there for that is not an option in get element, to only find visible elements )

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