BrowserList - IE macro object

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);
Properties
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.
See also:
Core | Browser | Element | ElementList | Frame | FrameList

© 2014 CodeCentrix Software. All rights reserved.