![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Definition at line 1359 of file Interfaces.cs.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.Back | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.CaptureVisibleTab | ( | ImageFormat | imageFormat = ImageFormat.JPEG | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.CastDesktop | ( | string | deviceNameOrId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.CastTab | ( | string | deviceNameOrId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerActions.CheckNetworkIdle | ( | int | maxConnections = 0 | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.ClearInjectedScripts | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.ClearReferrer | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.CloseTab | ( | GPALUrl | url = null | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.CloseTab | ( | int | tabId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.CloseWindow | ( | GPALUrl | url = null | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.CloseWindow | ( | int | tabId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerStorageOptions GenerallyPositive.Browser.IAllowPuppeteerActions.DeleteStorage | ( | WebsiteStorageType | storageType | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.DownloadTo | ( | string | downloadPath | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerDragAndDrop GenerallyPositive.Browser.IAllowPuppeteerActions.DragAndDrop | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.Evaluate | ( | string | xpath | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.EvaluateAll | ( | string | xpath | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerParameters GenerallyPositive.Browser.IAllowPuppeteerActions.ExecuteJavaScript | ( | string | script | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerActions.Fetch | ( | string | url | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerInputText GenerallyPositive.Browser.IAllowPuppeteerActions.FillInAppend | ( | dynamic | elementOrelementId, |
| int | delayMs = 0 ) |
Sets the element's value directly (fast path) - does NOT honor GPAL.TypingDelay. delayMs only paces the per-character fallback used if the fast-path assignment fails. Prefer SendString for fields that need real per-keystroke simulation. See GPAL.WithTypingDelay for the SendString vs. FillIn guidance.
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerInputText GenerallyPositive.Browser.IAllowPuppeteerActions.FillInInsert | ( | dynamic | elementOrelementId, |
| int | delayMs = 0 ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerInputText GenerallyPositive.Browser.IAllowPuppeteerActions.FillInOverwrite | ( | dynamic | elementOrelementId, |
| int | delayMs = 0 ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.FireChangeEvent | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.Focus | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.Forward | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.FullScreen | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerAttribute GenerallyPositive.Browser.IAllowPuppeteerActions.GetAttribute | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GetBoundingClientRect | ( | string | backendNodeId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GetContentAndCss | ( | string | selectorPath | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GetCssAttributes | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GetCurrentUrl | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GetCurrentWindow | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GetDomAttributes | ( | string | nodeId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GetDomProperties | ( | string | backendNodeId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GetElementAttributeHash | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GetLanguages | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GetPageSource | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GetParentNode | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GetReadyStatus | ( | string | sessionToken | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GetShadowRoot | ( | string | css | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerStorageOptions GenerallyPositive.Browser.IAllowPuppeteerActions.GetStorage | ( | WebsiteStorageType | storageType | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GetUserAgent | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GoTo | ( | GPALUrl | url | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GoToTab | ( | GPALUrl | url | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GoToTab | ( | int | tabId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GoToWindow | ( | GPALUrl | url | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.GoToWindow | ( | int | tabId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.HideElement | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.Hover | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.InElement | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.InjectScript | ( | string | script | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.InMainDom | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.InShadowDom | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.IsClickable | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.IsDisplayed | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.IsEnabled | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.IsEndOfPage | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.IsVisibleInViewport | ( | IGPALElement | element | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.IsVisibleInViewport | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerActions.LeftClick | ( | dynamic | elementOrelementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerActions.LeftClickAndDownload | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerActions.LeftClickAndUpload | ( | dynamic | elementOrelementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerActions.LeftDoubleClick | ( | dynamic | elementOrelementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.Maximize | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerActions.MiddleClick | ( | dynamic | elementOrelementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.Minimize | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.MoveTo | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.MoveTo | ( | System.Drawing.Point | point | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.NewTab | ( | GPALUrl | url = null | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.NextTab | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.NextWindow | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.Normal | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.OpenWindow | ( | GPALUrl | url | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.OverrideReferrer | ( | string | referrer | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.PageDown | ( | int | pagesToScroll = 1 | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.PageEnd | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.PageTop | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.PageUp | ( | int | pagesToScroll = 1 | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.PressModifierKey | ( | ModifierKeys | modifierKeys | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.PreviousTab | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.PreviousWindow | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.QuerySelector | ( | string | css | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.QuerySelectors | ( | string | css | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.Refresh | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.ReleaseModifierKey | ( | ModifierKeys | modifierKeys | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.Restore | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerActions.RightClick | ( | dynamic | elementOrelementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerActions.RightClickAndDownload | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.ScrollElement | ( | int | hPixels, |
| int | vPixels ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerScrollElement GenerallyPositive.Browser.IAllowPuppeteerActions.ScrollElement | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.ScrollIntoView | ( | dynamic | elementOrelementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.ScrollWindow | ( | int | hPixels, |
| int | vPixels ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.ScrollWindowByHorizontal | ( | int | pixels | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.ScrollWindowByVertical | ( | int | pixels | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerSelectOptions GenerallyPositive.Browser.IAllowPuppeteerActions.SelectClick | ( | string | elementHandle | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.SendKey | ( | byte | vkcode | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.SendString | ( | string | text, |
| int | delayMs = 0 ) |
Simulates typing: dispatches real key events character-by-character. Honors GPAL.TypingDelay when delayMs is left at its default (0). When the resulting ceiling is greater than 0, each character is preceded by a random delay between Math.Min(25, delayMs) and delayMs milliseconds - not a fixed pace. Use this (rather than FillIn*) for fields that react to individual keystrokes or need to look human. See GPAL.WithTypingDelay for the SendString vs. FillIn guidance.
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerAttribute GenerallyPositive.Browser.IAllowPuppeteerActions.SetAttribute | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerRangeValue GenerallyPositive.Browser.IAllowPuppeteerActions.SetRange | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerStorageOptions GenerallyPositive.Browser.IAllowPuppeteerActions.SetStorage | ( | WebsiteStorageType | storageType | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.SetUserAgent | ( | string | userAgent | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.StealthOverrideReferrer | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.StopCasting | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.SubmitForm | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.SwitchToDefaultContent | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.SwitchToElement | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.SwitchToFrame | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.SwitchToShadowRoot | ( | string | elementId | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.TopBrowser | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.WindowInnerHeight | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.WindowInnerWidth | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.WindowOuterHeight | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.WindowOuterWidth | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.WindowPageOffsetX | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.WindowPageOffsetY | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.WindowScreenLeft | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerExecution GenerallyPositive.Browser.IAllowPuppeteerActions.WindowScreenTop | ( | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerActions.WithBody | ( | string | body | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerActions.WithBytes | ( | bool | asBytes | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerActions.WithContentType | ( | string | contentType | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerActions.WithHeaders | ( | string[] | headers | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.
| IAllowPuppeteerParametersOrExecution GenerallyPositive.Browser.IAllowPuppeteerActions.WithVerb | ( | string | method | ) |
Implemented in GenerallyPositive.Browser.PuppeteerClient.