Forum Discussion
rraghvani
Champion Level 3
13 days agoThe reason I said to do this,
let headerItems = headerInputs.FindAll('type','*',5000);
Log.Message("Number of items: " & UBound(headerItems))
Is so that I can see the number of items being returned by the FindAll method, without performing toArray.
Is there any object called 'type'?
The example that I provided, searches for this (ObjectType = Button) -
For reference, use any object name as shown in green, followed by a matching property value as shown in orange
pkudrys
13 days agoFrequent Contributor
Yes, there definitely is "Type" property in the found element. In fact, each of the elements, if inspected with Spy, have Type property. And I also tried other properties, unfortunately, with he same result.