![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Public Member Functions | |
| WindowSession (string browserContextId, ConcurrentQueue< KeyValuePair< string, string > > tabQueue, int activeTabIndex=0) | |
Properties | |
| string | BrowserContextId [get, set] |
| The CDP browser context id (window) this session belongs to. | |
| ConcurrentQueue< KeyValuePair< string, string > > | TabQueue [get, set] |
| Queue of (sessionId, targetId) pairs for tabs open within this window session. | |
| int | ActiveTabIndex [get, set] |
| Index of the currently active tab within TabQueue. | |
Definition at line 37 of file PuppeteerCommunicator.cs.
| GenerallyPositive.Browser.WindowSession.WindowSession | ( | string | browserContextId, |
| ConcurrentQueue< KeyValuePair< string, string > > | tabQueue, | ||
| int | activeTabIndex = 0 ) |
Definition at line 52 of file PuppeteerCommunicator.cs.
|
getset |
Index of the currently active tab within TabQueue.
Definition at line 50 of file PuppeteerCommunicator.cs.
|
getset |
The CDP browser context id (window) this session belongs to.
Definition at line 42 of file PuppeteerCommunicator.cs.
|
getset |
Queue of (sessionId, targetId) pairs for tabs open within this window session.
Definition at line 46 of file PuppeteerCommunicator.cs.