GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.Browser.IAllowFillInFrom Interface Reference
Inheritance diagram for GenerallyPositive.Browser.IAllowFillInFrom:
GenerallyPositive.Browser.IAllowAfterAnySelector GenerallyPositive.Browser.IAllowAfterAnySelectorExceptWithAll GenerallyPositive.Browser.IAllowAfterImageSelector GenerallyPositive.Browser.IAllowAfterWaitFor GenerallyPositive.Browser.IAllowGetGridAndFillInFrom GenerallyPositive.Browser.IAllowSelectorAction GenerallyPositive.Browser.IAllowAllBrowserAndAllSelector GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.IAllowAfterWaitForAndSizeControl GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.IAllowAfterAnySelector GenerallyPositive.Browser.IAllowAfterAnySelectorExceptWithAll GenerallyPositive.Browser.IAllowAfterImageSelector GenerallyPositive.Browser.IAllowAfterWaitFor GenerallyPositive.Browser.IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowBrowserSettingsOrSelectorAction

Public Member Functions

IAllowBrowserActionOrAnySelector SendString (string textToSend)
IAllowBrowserActionOrAnySelector SendKey (byte VKCode)
IAllowBrowserActionOrAnySelector PressModifierKey (ModifierKeys modifierKeys)
IAllowBrowserActionOrAnySelector ReleaseModifierKey (ModifierKeys modifierKeys)
IAllowBrowserActionOrAnySelector FillInFrom (string textToUse)
IAllowBrowserActionOrAnySelector AppendFrom (string textToUse)
IAllowBrowserActionOrAnySelector InsertFrom (string textToUse)
IAllowBrowserActionOrAnySelector FillInFrom (GPALFile inputFile)
IAllowBrowserActionOrAnySelector AppendFrom (GPALFile inputFile)
IAllowBrowserActionOrAnySelector InsertFrom (GPALFile inputFile)
IAllowBrowserActionOrAnySelector FillInFrom (GPALDatabase inpuDatabase)
IAllowBrowserActionOrAnySelector AppendFrom (GPALDatabase inpuDatabase)
IAllowBrowserActionOrAnySelector InsertFrom (GPALDatabase inpuDatabase)
IAllowBrowserActionOrAnySelector FillInFrom (IGPALGrid< string > inputGrid)
IAllowBrowserActionOrAnySelector AppendFrom (IGPALGrid< string > inputGrid)
IAllowBrowserActionOrAnySelector InsertFrom (IGPALGrid< string > inputGrid)
IAllowBrowserActionOrAnySelector SetRange (int rangeValue)

Detailed Description

Definition at line 405 of file Interfaces.cs.

Member Function Documentation

◆ AppendFrom() [1/4]

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.AppendFrom ( GPALDatabase inpuDatabase)

◆ AppendFrom() [2/4]

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.AppendFrom ( GPALFile inputFile)

◆ AppendFrom() [3/4]

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.AppendFrom ( IGPALGrid< string > inputGrid)

◆ AppendFrom() [4/4]

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.AppendFrom ( string textToUse)

◆ FillInFrom() [1/4]

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.FillInFrom ( GPALDatabase inpuDatabase)

◆ FillInFrom() [2/4]

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.FillInFrom ( GPALFile inputFile)

◆ FillInFrom() [3/4]

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.FillInFrom ( IGPALGrid< string > inputGrid)

◆ FillInFrom() [4/4]

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.FillInFrom ( string textToUse)

◆ InsertFrom() [1/4]

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.InsertFrom ( GPALDatabase inpuDatabase)

◆ InsertFrom() [2/4]

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.InsertFrom ( GPALFile inputFile)

◆ InsertFrom() [3/4]

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.InsertFrom ( IGPALGrid< string > inputGrid)

◆ InsertFrom() [4/4]

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.InsertFrom ( string textToUse)

◆ PressModifierKey()

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.PressModifierKey ( ModifierKeys modifierKeys)

◆ ReleaseModifierKey()

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.ReleaseModifierKey ( ModifierKeys modifierKeys)

◆ SendKey()

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.SendKey ( byte VKCode)

◆ SendString()

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.SendString ( string textToSend)

◆ SetRange()

IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowFillInFrom.SetRange ( int rangeValue)

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