GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.Browser.IAllowBrowserAction Interface Reference
Inheritance diagram for GenerallyPositive.Browser.IAllowBrowserAction:
GenerallyPositive.Browser.IAllowWithTokensFrom GenerallyPositive.Browser.IAllowFetch GenerallyPositive.Browser.IAllowCasting GenerallyPositive.Browser.IAllowSiteMapOperations GenerallyPositive.Browser.IAllowDialogHandling GenerallyPositive.Browser.IAllowGetWindowRectangle GenerallyPositive.Browser.IAllowInjectScript GenerallyPositive.Browser.IAllowExecuteJavaScript GenerallyPositive.Browser.IAllowPageControl GenerallyPositive.Browser.IAllowWindowScrollBy GenerallyPositive.Browser.IAllowSizeControl GenerallyPositive.Browser.IAllowTabActions GenerallyPositive.Browser.IAllowClose GenerallyPositive.Browser.IAllowGoToOrGet GenerallyPositive.Browser.IAllowAfterWaitFor GenerallyPositive.Browser.IAllowAllBrowserAndAllSelector GenerallyPositive.Browser.IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowAfterWaitForAndSizeControl GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.IAllowCallTemplate GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.Browser GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.Browser GenerallyPositive.Browser.Browser GenerallyPositive.Browser.Browser

Additional Inherited Members

Public Member Functions inherited from GenerallyPositive.Browser.IAllowGoTo
IAllowBrowserActionOrAnySelector GoTo ([URL()] GPALUrl URL)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowGet
IAllowBrowserActionOrAnySelector Get ([URL()] GPALUrl URL)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowToGPALObject< TResult >
TResult ToGPALObject ()
Public Member Functions inherited from GenerallyPositive.Browser.IAllowClose
void Close (bool killWebDrivers=false)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowTabActions
IAllowBrowserActionOrAnySelector CloseTab (dynamic URLorTabId=null)
IAllowBrowserActionOrAnySelector GoToTab (dynamic URLorTabTuple=null)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowSizeControl
IAllowAllBrowserAndAllSelector WithWindowSize (System.Drawing.Rectangle windowSize)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowWindowScrollBy
IAllowBrowserActionOrAnySelector ScrollWindowByHorizontal (int scrollAmount)
IAllowBrowserActionOrAnySelector ScrollWindowByVertical (int scrollAmount)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowExecuteJavaScript
IAllowBrowserActionOrAnySelector ExecuteJavaScriptObj (string javascript)
IAllowBrowserActionOrAnySelector ExecuteJavaScriptStr (string javascript)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowInjectScript
IAllowBrowserActionOrAnySelector InjectScript (string script)
IAllowBrowserActionOrAnySelector InjectScript (GPALFile scriptFile)
IAllowBrowserActionOrAnySelector ClearInjectedScripts ()
Public Member Functions inherited from GenerallyPositive.Browser.IAllowGetWindowRectangle
IAllowBrowserActionOrAnySelector GetWindowRectangle (out System.Drawing.Rectangle window)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowDialogHandling
IAllowBrowserActionOrAnySelector WithDialogsAccepted (bool accept)
IAllowBrowserActionOrAnySelector WithDialogText (string text)
IAllowBrowserActionOrAnySelector ClearDialogHandling ()
Public Member Functions inherited from GenerallyPositive.Browser.IAllowSiteMapOperations
IAllowBrowserActionOrAnySelector GetPageSource (out string sitemapXML)
IAllowBrowserActionOrAnySelector ContinueAsRESTClient (out IRESTClient client)
IAllowBrowserActionOrAnySelector GetSiteMap (out string sitemapXML)
IAllowBrowserActionOrAnySelector GetSiteMapUrls (out List< string > sitemapXML)
IAllowBrowserActionOrAnySelector SaveSiteMapUrls (GPALFile sitemapUrlsFile)
IAllowBrowserActionOrAnySelector ClearResultCache ()
IAllowBrowserActionOrAnySelector GetLLMDigest (out LLMDigestResult digestResult, string ruleSetName=null)
IAllowBrowserActionOrAnySelector SaveLLMDigest (GPALFile llmDigestFile, string ruleSetName=null)
IAllowBrowserActionOrAnySelector GetHydratedData (out NextJsHydrationResult hydrationResult)
IAllowBrowserActionOrAnySelector SaveHydratedData (GPALFile hydrationFile)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowCasting
IAllowBrowserActionOrAnySelector CastTab (string deviceNameOrId)
IAllowBrowserActionOrAnySelector CastDesktop (string deviceNameOrId)
IAllowBrowserActionOrAnySelector StopCasting ()
Public Member Functions inherited from GenerallyPositive.Browser.IAllowFetch
IAllowWithHeaderOrFileActions Fetch (GPALRequest request)
IAllowBrowserActionOrAnySelector CaptureCalls (bool capture=true)
IAllowBrowserActionOrAnySelector CaptureCalls (out List< GPALCall > calls)
IAllowBrowserActionOrAnySelector ClearCapturedCalls ()
IAllowCallTemplate WithCallFilter (string urlFragment)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowWithTokensFrom
IAllowWithPagesAndFetch WithTokensFrom (IGPALGrid< string > inputGrid)
IAllowWithPagesAndFetch WithTokensFrom (GPALFile inputFile)
IAllowWithPagesAndFetch WithTokensFrom (GPALDatabase inputDatabase)
IAllowWithPagesAndFetch WithTokensFrom (string tokens)
Properties inherited from GenerallyPositive.Browser.IAllowTabActions
IAllowBrowserActionOrAnySelector NextTab [get]
IAllowBrowserActionOrAnySelector PreviousTab [get]
Properties inherited from GenerallyPositive.Browser.IAllowSizeControl
IAllowAllBrowserAndAllSelector Maximize [get]
IAllowAllBrowserAndAllSelector Minimize [get]
IAllowAllBrowserAndAllSelector Restore [get]
IAllowAllBrowserAndAllSelector FullScreen [get]
Properties inherited from GenerallyPositive.Browser.IAllowPageControl
IAllowBrowserActionOrAnySelector Back [get]
IAllowBrowserActionOrAnySelector Forward [get]
IAllowBrowserActionOrAnySelector PageDown [get]
IAllowBrowserActionOrAnySelector PageEnd [get]
IAllowBrowserActionOrAnySelector PageTop [get]
IAllowBrowserActionOrAnySelector PageUp [get]
IAllowBrowserActionOrAnySelector Refresh [get]

Detailed Description

Definition at line 728 of file Interfaces.cs.


The documentation for this interface was generated from the following file: