1. Load all elements and js - Timeout(seconds)
When Timeout out, what happens?
2. Load all elements and js(If js is not loaded fully in X seconds, still finish) - Timeout(seconds)
What is needed Timeout(seconds)?
1. Load all elements and js - Timeout(seconds)
When Timeout out, what happens?
2. Load all elements and js(If js is not loaded fully in X seconds, still finish) - Timeout(seconds)
What is needed Timeout(seconds)?
1. When timeout, it returns an error 'Load Url failed' and the bot is end
2. This timeout value is used for loading elements
1. Need to load the whole page of all the elements and JS content, if can’t finish in the specified time, it will return an error, the module run over.
2. Need to load the whole page of all the elements, if the JS content can’t finish within X seconds that indicates finish it. But it can’t finish loading all the elements in the specified time, it will return an error, the module run over.
3. Load the whole page of all the elements and JS content, if it can't finish within x seconds, then regards it as
finish, return successfully.