GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.Browser.PuppeteerClient Member List

This is the complete list of members for GenerallyPositive.Browser.PuppeteerClient, including all inherited members.

AndThen()GenerallyPositive.Browser.PuppeteerClient
AndThen< T >() (defined in GenerallyPositive.Browser.PuppeteerClient)GenerallyPositive.Browser.PuppeteerClient
Back()GenerallyPositive.Browser.PuppeteerClient
CaptureVisibleTab(ImageFormat imageFormat=ImageFormat.JPEG)GenerallyPositive.Browser.PuppeteerClient
CastDesktop(string deviceNameOrId)GenerallyPositive.Browser.PuppeteerClient
CastTab(string deviceNameOrId)GenerallyPositive.Browser.PuppeteerClient
CheckNetworkIdle(int maxConnections=0)GenerallyPositive.Browser.PuppeteerClient
ClearInjectedScripts()GenerallyPositive.Browser.PuppeteerClient
ClearReferrer()GenerallyPositive.Browser.PuppeteerClient
CloseTab(GPALUrl url=null)GenerallyPositive.Browser.PuppeteerClient
CloseTab(int tabId)GenerallyPositive.Browser.PuppeteerClient
CloseWindow(GPALUrl url=null)GenerallyPositive.Browser.PuppeteerClient
CloseWindow(int tabId)GenerallyPositive.Browser.PuppeteerClient
DeleteStorage(WebsiteStorageType storageType)GenerallyPositive.Browser.PuppeteerClient
DownloadTo(GPALFile file)GenerallyPositive.Browser.PuppeteerClient
DownloadTo(string downloadPath)GenerallyPositive.Browser.PuppeteerClient
DragAndDrop(string selector)GenerallyPositive.Browser.PuppeteerClient
Evaluate(string xpath)GenerallyPositive.Browser.PuppeteerClient
EvaluateAll(string xpath)GenerallyPositive.Browser.PuppeteerClient
Execute()GenerallyPositive.Browser.PuppeteerClient
Execute< T >() (defined in GenerallyPositive.Browser.PuppeteerClient)GenerallyPositive.Browser.PuppeteerClient
ExecuteAsync()GenerallyPositive.Browser.PuppeteerClient
ExecuteAsync< T >() (defined in GenerallyPositive.Browser.PuppeteerClient)GenerallyPositive.Browser.PuppeteerClient
ExecuteJavaScript(string script)GenerallyPositive.Browser.PuppeteerClient
Fetch(string url)GenerallyPositive.Browser.PuppeteerClient
FillInAppend(dynamic elementOrelementId, int delayMs=0)GenerallyPositive.Browser.PuppeteerClient
FillInInsert(dynamic elementOrelementId, int delayMs=0)GenerallyPositive.Browser.PuppeteerClient
FillInOverwrite(dynamic elementOrelementId, int delayMs=0)GenerallyPositive.Browser.PuppeteerClient
FireChangeEvent(string selector)GenerallyPositive.Browser.PuppeteerClient
Focus(string selector)GenerallyPositive.Browser.PuppeteerClient
Forward()GenerallyPositive.Browser.PuppeteerClient
FullScreen()GenerallyPositive.Browser.PuppeteerClient
GetAttribute(string selector)GenerallyPositive.Browser.PuppeteerClient
GetBoundingClientRect(string backendNodeId)GenerallyPositive.Browser.PuppeteerClient
GetContentAndCss(string selector)GenerallyPositive.Browser.PuppeteerClient
GetCssAttributes(string selector)GenerallyPositive.Browser.PuppeteerClient
GetCurrentUrl()GenerallyPositive.Browser.PuppeteerClient
GetCurrentWindow()GenerallyPositive.Browser.PuppeteerClient
GetDomAttributes(string selector)GenerallyPositive.Browser.PuppeteerClient
GetDomProperties(string selector)GenerallyPositive.Browser.PuppeteerClient
GetElementAttributeHash(string selector)GenerallyPositive.Browser.PuppeteerClient
GetExecutionResults()GenerallyPositive.Browser.PuppeteerClient
GetLanguages()GenerallyPositive.Browser.PuppeteerClient
GetModifierBitmask(ModifierKeys modifierKeys)GenerallyPositive.Browser.PuppeteerClient
GetModifiersString(int bitmask)GenerallyPositive.Browser.PuppeteerClient
GetPageSource()GenerallyPositive.Browser.PuppeteerClient
GetParentNode(string selector)GenerallyPositive.Browser.PuppeteerClient
GetReadyStatus(string sessionToken=null)GenerallyPositive.Browser.PuppeteerClient
GetShadowRoot(string css)GenerallyPositive.Browser.PuppeteerClient
GetStorage(WebsiteStorageType storageType)GenerallyPositive.Browser.PuppeteerClient
GetUserAgent()GenerallyPositive.Browser.PuppeteerClient
GoTo(GPALUrl url)GenerallyPositive.Browser.PuppeteerClient
GoToTab(GPALUrl url)GenerallyPositive.Browser.PuppeteerClient
GoToTab(int tabId)GenerallyPositive.Browser.PuppeteerClient
GoToWindow(GPALUrl url)GenerallyPositive.Browser.PuppeteerClient
GoToWindow(int tabId)GenerallyPositive.Browser.PuppeteerClient
HideElement(string selector)GenerallyPositive.Browser.PuppeteerClient
Hover(string selector)GenerallyPositive.Browser.PuppeteerClient
InElement(string selector)GenerallyPositive.Browser.PuppeteerClient
InjectScript(string script)GenerallyPositive.Browser.PuppeteerClient
InMainDom()GenerallyPositive.Browser.PuppeteerClient
InShadowDom(string selector)GenerallyPositive.Browser.PuppeteerClient
IsClickable(string selector)GenerallyPositive.Browser.PuppeteerClient
IsDisplayed(string selector)GenerallyPositive.Browser.PuppeteerClient
IsEnabled(string selector)GenerallyPositive.Browser.PuppeteerClient
IsEndOfPage()GenerallyPositive.Browser.PuppeteerClient
IsVisibleInViewport(IGPALElement element)GenerallyPositive.Browser.PuppeteerClient
IsVisibleInViewport(string backendNodeId)GenerallyPositive.Browser.PuppeteerClient
LeftClick(dynamic elementOrelementId)GenerallyPositive.Browser.PuppeteerClient
LeftClickAndDownload(string selector)GenerallyPositive.Browser.PuppeteerClient
LeftClickAndUpload(dynamic elementOrelementId)GenerallyPositive.Browser.PuppeteerClient
LeftDoubleClick(dynamic elementOrelementId)GenerallyPositive.Browser.PuppeteerClient
Maximize()GenerallyPositive.Browser.PuppeteerClient
MiddleClick(dynamic elementOrelementId)GenerallyPositive.Browser.PuppeteerClient
Minimize()GenerallyPositive.Browser.PuppeteerClient
MoveTo(string selector)GenerallyPositive.Browser.PuppeteerClient
MoveTo(System.Drawing.Point point)GenerallyPositive.Browser.PuppeteerClient
NameGenerallyPositive.Browser.PuppeteerClient
NewTab(GPALUrl url=null)GenerallyPositive.Browser.PuppeteerClient
NextTab()GenerallyPositive.Browser.PuppeteerClient
NextWindow()GenerallyPositive.Browser.PuppeteerClient
Normal()GenerallyPositive.Browser.PuppeteerClient
OpenWindow(GPALUrl url)GenerallyPositive.Browser.PuppeteerClient
OverrideReferrer(string referrer)GenerallyPositive.Browser.PuppeteerClient
PageDown(int pagesToScroll=1)GenerallyPositive.Browser.PuppeteerClient
PageEnd()GenerallyPositive.Browser.PuppeteerClient
PageTop()GenerallyPositive.Browser.PuppeteerClient
PageUp(int pagesToScroll=1)GenerallyPositive.Browser.PuppeteerClient
PressModifierKey(ModifierKeys modifierKeys)GenerallyPositive.Browser.PuppeteerClient
PreviousTab()GenerallyPositive.Browser.PuppeteerClient
PreviousWindow()GenerallyPositive.Browser.PuppeteerClient
QuerySelector(string css)GenerallyPositive.Browser.PuppeteerClient
QuerySelectors(string css)GenerallyPositive.Browser.PuppeteerClient
Refresh()GenerallyPositive.Browser.PuppeteerClient
ReleaseModifierKey(ModifierKeys modifierKeys)GenerallyPositive.Browser.PuppeteerClient
Restore()GenerallyPositive.Browser.PuppeteerClient
RightClick(dynamic elementOrelementId)GenerallyPositive.Browser.PuppeteerClient
RightClickAndDownload(string selector)GenerallyPositive.Browser.PuppeteerClient
ScrollElement(string selector)GenerallyPositive.Browser.PuppeteerClient
ScrollElement(int hPixels, int vPixels)GenerallyPositive.Browser.PuppeteerClient
ScrollIntoView(dynamic elementOrelementId)GenerallyPositive.Browser.PuppeteerClient
ScrollWindow(int hPixels, int vPixels)GenerallyPositive.Browser.PuppeteerClient
ScrollWindowByHorizontal(int pixels)GenerallyPositive.Browser.PuppeteerClient
ScrollWindowByVertical(int pixels)GenerallyPositive.Browser.PuppeteerClient
SelectClick(string elementHandle)GenerallyPositive.Browser.PuppeteerClient
SendKey(byte vkcode)GenerallyPositive.Browser.PuppeteerClient
SendString(string text, int delayMs=0)GenerallyPositive.Browser.PuppeteerClient
SetAttribute(string selector)GenerallyPositive.Browser.PuppeteerClient
SetRange(string selector)GenerallyPositive.Browser.PuppeteerClient
SetStorage(WebsiteStorageType storageType)GenerallyPositive.Browser.PuppeteerClient
SetUserAgent(string userAgent)GenerallyPositive.Browser.PuppeteerClient
SetValueFrom(string destSelector)GenerallyPositive.Browser.PuppeteerClient
StealthOverrideReferrer()GenerallyPositive.Browser.PuppeteerClient
StopCasting()GenerallyPositive.Browser.PuppeteerClient
SubmitForm(string selector)GenerallyPositive.Browser.PuppeteerClient
SwitchToDefaultContent()GenerallyPositive.Browser.PuppeteerClient
SwitchToElement(string selector)GenerallyPositive.Browser.PuppeteerClient
SwitchToFrame(string selector)GenerallyPositive.Browser.PuppeteerClient
SwitchToShadowRoot(string selector)GenerallyPositive.Browser.PuppeteerClient
ToGPALObject()GenerallyPositive.Browser.PuppeteerClient
TopBrowser()GenerallyPositive.Browser.PuppeteerClient
Until(Func< bool > condition)GenerallyPositive.Browser.PuppeteerClient
UploadFrom(GPALFile fileToUpload)GenerallyPositive.Browser.PuppeteerClient
While(Func< bool > condition)GenerallyPositive.Browser.PuppeteerClient
WhileLoopMaxIterations(int maxIterations)GenerallyPositive.Browser.PuppeteerClient
WhileLoopTimeout(int timeoutMs)GenerallyPositive.Browser.PuppeteerClient
WindowInnerHeight()GenerallyPositive.Browser.PuppeteerClient
WindowInnerWidth()GenerallyPositive.Browser.PuppeteerClient
WindowOuterHeight()GenerallyPositive.Browser.PuppeteerClient
WindowOuterWidth()GenerallyPositive.Browser.PuppeteerClient
WindowPageOffsetX()GenerallyPositive.Browser.PuppeteerClient
WindowPageOffsetY()GenerallyPositive.Browser.PuppeteerClient
WindowScreenLeft()GenerallyPositive.Browser.PuppeteerClient
WindowScreenTop()GenerallyPositive.Browser.PuppeteerClient
WithAPIBase(string url)GenerallyPositive.Browser.PuppeteerClient
WithAttribute(string attribute)GenerallyPositive.Browser.PuppeteerClient
WithBody(string body)GenerallyPositive.Browser.PuppeteerClient
WithBytes(bool asBytes)GenerallyPositive.Browser.PuppeteerClient
WithContentType(string contentType)GenerallyPositive.Browser.PuppeteerClient
WithCss(string css)GenerallyPositive.Browser.PuppeteerClient
WithCssFromResult(int resultIndex)GenerallyPositive.Browser.PuppeteerClient
WithCssFromResult(string name)GenerallyPositive.Browser.PuppeteerClient
WithDeleteAcrossOrigins(bool trueOrFalse)GenerallyPositive.Browser.PuppeteerClient
WithDeltaX(int deltaX)GenerallyPositive.Browser.PuppeteerClient
WithDeltaY(int deltaY)GenerallyPositive.Browser.PuppeteerClient
WithDestElementId(string destElementId)GenerallyPositive.Browser.PuppeteerClient
WithDeviceName(string sinkName)GenerallyPositive.Browser.PuppeteerClient
WithElementFromResult(int resultIndex)GenerallyPositive.Browser.PuppeteerClient
WithElementFromResult(string name)GenerallyPositive.Browser.PuppeteerClient
WithElementId(string selector)GenerallyPositive.Browser.PuppeteerClient
WithElementIdFromResult(int resultIndex)GenerallyPositive.Browser.PuppeteerClient
WithElementIdFromResult(string name)GenerallyPositive.Browser.PuppeteerClient
WithElements(List< GPALElement > gpalElements)GenerallyPositive.Browser.PuppeteerClient
WithEncoding(ContentEncoding encoding)GenerallyPositive.Browser.PuppeteerClient
WithEncoding(Enums.ContentEncoding encoding) (defined in GenerallyPositive.Browser.IAllowPuppeteerParameters)GenerallyPositive.Browser.IAllowPuppeteerParameters
WithEndpoint(string endpoint)GenerallyPositive.Browser.PuppeteerClient
WithEndpoint(ApiEndpoint endpoint)GenerallyPositive.Browser.PuppeteerClient
WithHeader(string name, string value)GenerallyPositive.Browser.PuppeteerClient
WithHeaders(string[] headers)GenerallyPositive.Browser.PuppeteerClient
WithHPixels(int hPixels)GenerallyPositive.Browser.PuppeteerClient
WithHPixelsFromResult(int resultIndex)GenerallyPositive.Browser.PuppeteerClient
WithHPixelsFromResult(string name)GenerallyPositive.Browser.PuppeteerClient
WithIteration(int iteration)GenerallyPositive.Browser.PuppeteerClient
WithKey(string key)GenerallyPositive.Browser.PuppeteerClient
WithKeyFromResult(int resultIndex)GenerallyPositive.Browser.PuppeteerClient
WithKeyFromResult(string name)GenerallyPositive.Browser.PuppeteerClient
WithMaxConnections(int maxConnections)GenerallyPositive.Browser.PuppeteerClient
WithModifiers(ModifierKeys modifierKeys)GenerallyPositive.Browser.PuppeteerClient
WithName(string name)GenerallyPositive.Browser.PuppeteerClient
WithOffsetX(int offsetX)GenerallyPositive.Browser.PuppeteerClient
WithOffsetY(int offsetY)GenerallyPositive.Browser.PuppeteerClient
WithParameters(params object[] parameters)GenerallyPositive.Browser.PuppeteerClient
WithParameters(object parameters)GenerallyPositive.Browser.PuppeteerClient
WithParametersFromResult(int resultIndex)GenerallyPositive.Browser.PuppeteerClient
WithParametersFromResult(string name)GenerallyPositive.Browser.PuppeteerClient
WithPixels(int pixels)GenerallyPositive.Browser.PuppeteerClient
WithPixelsFromResult(int resultIndex)GenerallyPositive.Browser.PuppeteerClient
WithPixelsFromResult(string name)GenerallyPositive.Browser.PuppeteerClient
WithPruneMs(int pruneMs)GenerallyPositive.Browser.PuppeteerClient
WithPuppeteerCommunicator(PuppeteerCommunicator communicator)GenerallyPositive.Browser.PuppeteerClient
WithRangeValue(int rangeValue)GenerallyPositive.Browser.PuppeteerClient
WithReferrer(string referrer)GenerallyPositive.Browser.PuppeteerClient
WithReferrerFromResult(int resultIndex)GenerallyPositive.Browser.PuppeteerClient
WithReferrerFromResult(string name)GenerallyPositive.Browser.PuppeteerClient
WithResultName(string name)GenerallyPositive.Browser.PuppeteerClient
WithSaveFile(GPALFile file) (defined in GenerallyPositive.Browser.PuppeteerClient)GenerallyPositive.Browser.PuppeteerClient
WithSelectIndex(int index)GenerallyPositive.Browser.PuppeteerClient
WithSelectValue(string value)GenerallyPositive.Browser.PuppeteerClient
WithSessionToken(string sessionToken)GenerallyPositive.Browser.PuppeteerClient
WithStorageData(string data)GenerallyPositive.Browser.PuppeteerClient
WithStorageDomain(string domain)GenerallyPositive.Browser.PuppeteerClient
WithStorageKey(string key)GenerallyPositive.Browser.PuppeteerClient
WithStoragePath(string path)GenerallyPositive.Browser.PuppeteerClient
WithStorageStoreName(string storeName)GenerallyPositive.Browser.PuppeteerClient
WithTabId(int tabId)GenerallyPositive.Browser.PuppeteerClient
WithTabIdFromResult(int resultIndex)GenerallyPositive.Browser.PuppeteerClient
WithTabIdFromResult(string name)GenerallyPositive.Browser.PuppeteerClient
WithText(string text)GenerallyPositive.Browser.PuppeteerClient
WithTextFromResult(int resultIndex)GenerallyPositive.Browser.PuppeteerClient
WithTextFromResult(string name)GenerallyPositive.Browser.PuppeteerClient
WithTimeoutMs(int timeoutMs)GenerallyPositive.Browser.PuppeteerClient
WithUrl(string url)GenerallyPositive.Browser.PuppeteerClient
WithUrlFromResult(int resultIndex)GenerallyPositive.Browser.PuppeteerClient
WithUrlFromResult(string name)GenerallyPositive.Browser.PuppeteerClient
WithUsePipes()GenerallyPositive.Browser.PuppeteerClient
WithValue(string value)GenerallyPositive.Browser.PuppeteerClient
WithVerb(string method)GenerallyPositive.Browser.PuppeteerClient
WithVPixels(int vPixels)GenerallyPositive.Browser.PuppeteerClient
WithVPixelsFromResult(int resultIndex)GenerallyPositive.Browser.PuppeteerClient
WithVPixelsFromResult(string name)GenerallyPositive.Browser.PuppeteerClient
WithWindowId(int windowId)GenerallyPositive.Browser.PuppeteerClient
WithWindowIdFromResult(int resultIndex)GenerallyPositive.Browser.PuppeteerClient
WithWindowIdFromResult(string name)GenerallyPositive.Browser.PuppeteerClient
WithWorkflow(Action< RESTClient > workflow)GenerallyPositive.Browser.PuppeteerClient
WithXPath(string xpath)GenerallyPositive.Browser.PuppeteerClient
WithXPathFromResult(int resultIndex)GenerallyPositive.Browser.PuppeteerClient
WithXPathFromResult(string name)GenerallyPositive.Browser.PuppeteerClient