revBrowserInstances

Returns a list of the open browser instances.

# Metadata

Platforms: desktop OS: mac, windows Introduced: 2.8.1 Security: network

# Syntax

revBrowserInstances()

# Examples

local tInstances, tInstance put revBrowserInstances() into tInstances repeat for each item tInstance in tInstances revBrowserClose tInstance end repeat

# Description

Use the revBrowserInstances function to obtain a list of the ids of all the open browser objects.

>*Note:* For general information on using the browser library, see the > notes in the revBrowserOpen function reference.

# Tags

# See

- **command:** revBrowserClose, revBrowserSet - **function:** revBrowserOpen - **glossary:** function