ICaptureSessions Property |
Gets all active capture sessions of the current browser.
Namespace:
DotNetBrowser.Capture
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax IReadOnlyList<ISession> Sessions { get; }
Property Value
Type:
IReadOnlyListISession
All the capture sessions of the browser. If the current
browser did not have any capture sessions, this will be an empty collection.
See Also