BrowserObjects Type
A collection of BrowserObject objects.
It is possible to retrieve a specific element by specifying its index in square brackets and obtain the number of elements in the collection with the method length
. It is also possible to obtain the corresponding array with the method toArray
.