| Back(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| CaptureCalls(bool capture, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| CaptureVisibleTab(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| CastDesktop(string sinkName, string sessionId) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| CastTab(string sinkName, string sessionId) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| CheckNetworkIdle(string sessionId=null, int maxConnections=0, int timeoutMs=30000, int pruneMs=3000, string sessionToken=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| ClearCapturedCalls() | GenerallyPositive.Browser.PuppeteerCommunicator | |
| ClearInjectedScripts(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| ClearReferrer(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| ClickElement(GPALElement element, string sessionId, List< dynamic > responses, ClickType clickType=ClickType.LeftClick, int modifiers=0) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| ClickElement(int x, int y, string sessionId, List< dynamic > responses, ClickType clickType=ClickType.LeftClick, int modifiers=0) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| CloseTab(string url=null, string tabId=null, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| CloseTab(string targetId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| CloseWindow(string browserContextId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| CreateTarget(string url, bool newWindow=false, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| CurrentSessions | GenerallyPositive.Browser.PuppeteerCommunicator | |
| CurrentTargetID | GenerallyPositive.Browser.PuppeteerCommunicator | |
| DeleteStorage(string storageType, string sessionId, string domain=null, string storeName=null, string path=null, string key=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| DragAndDrop(GPALElement element, string sessionId, List< dynamic > responses, int deltaX, int deltaY, int offsetX=0, int offsetY=0) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| ElementFromPoint(GPALElement element, int x, int y, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| EnableFetchScriptInjection(string scriptToInject, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| Evaluate(string xpath, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| EvaluateAll(string xpath, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| EvaluateSelector(string selector, string sessionId=null, bool isRecursive=false) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| ExecuteJavaScript(string expression, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| Fetch(string url, string method=null, string body=null, string contentType=null, string[] headers=null, bool asBytes=false, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| FillIn(string objectId, string text, int delayMs=0, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| FillInAppend(string objectId, string text, int delayMs=0, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| FillInInsert(string objectId, string text, int delayMs=0, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| FillInOverwrite(string objectId, string text, int delayMs=0, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| FireChangeEvent(string objectId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| Focus(int backendNodeId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| Forward(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| FullScreen(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetAttribute(int backendNodeId, string attribute, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetBoundingClientRect(int backendNodeId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetCapturedCalls() | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetContentAndCss(string elementId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetCssAttributes(int backendNodeId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetCssForElement(int backendNodeId, bool optimized=false, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetCurrentSessionId() (defined in GenerallyPositive.Browser.PuppeteerCommunicator) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetCurrentTargetId() | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetCurrentUrl(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetCurrentWindow(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetCurrentWindowIndex(string targetId) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetCurrentWindowTargetId() | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetDomAttributes(int backendNodeId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetDomProperties(int backendNodeId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetEffectiveSessionId() | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetElementAttributeHash(string elementId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetObjectIdFromBackendNodeId(int backendNodeId, string sessionId=null, long? contextId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetPageSource(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetParentNode(string elementId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetReadyStatus(string sessionId, string sessionToken) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetShadowRoot(string css, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetStorage(string storageType, string sessionId, string domain=null, string storeName=null, string path=null, string key=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetTargetTabIdByUrl(string url, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetTargetWindowIdByUrl(string url, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetUserAgent(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetWindowRectangle(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetXPathForElement(int backendNodeId, bool optimized=true, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GetXPathOrCssForElement(int backendNodeId, string jsFunc, bool optimized, string sessionId) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GoTo(string url, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GoToTab(object tabIdOrUrlOrIndex, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| GoToWindow(object tabIdOrUrl, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| HideElement(int backendNodeId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| Hover(int backendNodeId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| InjectScript(string scriptToInject, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| IsClickable(string elementId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| IsDisplayed(string elementId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| IsEnabled(string elementId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| IsEndOfPage(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| IsVisibleInViewport(dynamic elemsOrBackendNodeId, string sessionId=null) (defined in GenerallyPositive.Browser.PuppeteerCommunicator) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| LeftClick(string elementId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| LeftClickAndDownload(List< GPALElement > elems, string downloadPath, int modifiers, string sessionId, List< dynamic > responses) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| LeftClickAndUpload(List< GPALElement > elems, object uploadFiles, int modifiers, string sessionId, List< dynamic > responses) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| LeftClickByCss(string selector, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| LeftDoubleClick(string elementId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| Maximize(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| MiddleClick(string elementId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| Minimize(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| MoveTo(List< GPALElement > elems, string sessionId, List< dynamic > responses) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| MoveTo(int backendNodeId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| MoveTo(int x, int y, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| NavigateToUrl(string url, string sessionId) (defined in GenerallyPositive.Browser.PuppeteerCommunicator) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| NewTab(GPALUrl url=null, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| NextTab(string currentTargetId) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| NextWindow(string currentTargetId) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| Normal(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| OpenWindow(string url="https://google.com", string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| OverrideReferrer(string url, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| PageDown(int pagesToScroll=1, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| PageEnd(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| PageTop(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| PageUp(int pagesToScroll=1, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| PressModifierKey(int modifierKeys, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| PreviousTab(string currentTargetId) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| PreviousWindow(string currentTargetId) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| PuppeteerCommunicator() (defined in GenerallyPositive.Browser.PuppeteerCommunicator) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| QueryByCss(string selector, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| QuerySelector(string css, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| QuerySelectors(string css, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| Refresh(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| ReleaseModifierKey(int modifierKeys, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| RemoveInjectedScript(string identifier, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| Restore(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| RestoreDownloadBehavior(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| RightClick(string elementId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| RightClickAndDownload(string elementId, string savePath, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| ScrollElement(string elementId, int hPixels, int vPixels, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| ScrollIntoView(GPALElement element, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| ScrollPageAsync(string direction, int pagesToScroll, string s) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| ScrollToPositionAsync(string position, string s) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| ScrollWindow(int hPixels, int vPixels, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| ScrollWindowByPixelsAsync(int hPixels, int vPixels, string sessionId) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SelectByIndex(string ElementHandle, int index, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SelectByValue(string ElementHandle, string value, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SendCommand< TParameters >(DevToolsMethods method, TParameters parameters, string sessionId, int retries=3, bool doNotGetSemaphore=false, int timeoutSeconds=0) (defined in GenerallyPositive.Browser.PuppeteerCommunicator) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SendKey(string key, string code, int vkCode, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SendString(string text, int delayMs=0, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| ServerResponseCode | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SetAttribute(int backendNodeId, string attribute, string value, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SetDownloadBehavior(string downloadPath, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SetDownloadFilename(string downloadPath, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SetRange(string elementId, string rangeValue, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SetStorage(string storageType, string sessionId, string domain, string key, string data, string storeName=null, string path=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SetUserAgent(string userAgent, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SetValueFromElement(string srcCss, string destCss, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| StealthOverrideReferrer(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| StopCasting(string sessionId) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SubmitForm(string objectId, string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SwitchToDefaultContent(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SwitchToElement(string elementSelector) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SwitchToFrame(string frameSelector) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| SwitchToShadowDom(string shadowHostSelector) (defined in GenerallyPositive.Browser.PuppeteerCommunicator) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| TopBrowser(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| WaitForEvent(string eventName, TimeSpan timeout) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| WaitForLayoutReady(GPALElement element, string sessionId, int maxWaitMs=3000, int pollIntervalMs=150) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| webSocketUrl (defined in GenerallyPositive.Browser.PuppeteerCommunicator) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| WindowInnerHeight(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| WindowInnerWidth(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| WindowOuterHeight(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| WindowOuterWidth(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| WindowPageOffsetX(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| WindowPageOffsetY(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| WindowScreenLeft(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |
| WindowScreenTop(string sessionId=null) | GenerallyPositive.Browser.PuppeteerCommunicator | |