Error getting tags :
error 404Error getting tags :
error 404
revBrowserInstances()
local tInstances, tInstance
put revBrowserInstances() into tInstances
repeat for each item tInstance in tInstances
revBrowserClose tInstance
end repeat
Use the revBrowserInstances function to obtain a list of the ids of all the open browser objects.
Parameters
none
Value
The revBrowserInstances function returns a comma-delimited list of integer browser ids, or empty if no browsers are open.
Note: For general information on using the browser library, see the notes in the revBrowserOpen function reference.