Not available in Open Twebst edition!
The BrowserList web macro object represents a collection of Browser objects. Each browser object in
the list is connected to an Internet Explorer running instance. It provides properties to access Browser web automation objects in the collection.
var browserListObj = coreObj.FindAllBrowsers(Search conditions);
core | Returns a reference to the parent Core object of the browser list. |
item | Retrieves a Browser web macro object from the collection based on a given index. |
length | Retrieves the number of Browser web automation objects in the collection. |