Detecting a URL, the number of Element is 50 in total (for example), but the detected data is only 10, and the error operation has timed out. How to deal with it.
Tingyun PC determines the end of the task based on receipt of onload event. Upon receipt of Event, the task is deemed to have ended.
2.
The above problem is that due to the structure of the customer page and other reasons, after receiving the Event, there is still Element that has not been loaded, so an error is reported.
3.
Give Extra Wait Time, wait for a few extra seconds after receiving onload event. Ensure that Element is loaded.
4.
The maximum Extra Wait Time for online tasks is only 5 seconds, and there is no limit for local testing.