TikiHardBop1
20 days agoOccasional Contributor
Performance issue when reading large number of objects
I have a pretty large web page that is mostly nested steps and associated text. The problem is that is need to read the step numbers and text to validate the accuracy. Some of my pages run to over 30...
- 20 days ago
You could use the FindAll method to retrieve all elements that match your criteria. Or, if your hierarchy structure is deep, then it might be best to export innerHTML to a file, and then perform the necessary checks.