GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.IAllowSelectorSettings Interface Reference
Inheritance diagram for GenerallyPositive.IAllowSelectorSettings:
GenerallyPositive.IAllowCallBack GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.Selector

Public Member Functions

IAllowSelectorSettings WithOCR (string textToFind)
IAllowSelectorSettings WithCSS (string CSS)
IAllowSelectorSettings WithHRef (string HRefFullOrPartial)
IAllowSelectorSettings WithXPath (string xpath)
IAllowSelectorSettings WithText (string textToFind)
IAllowSelectorSettings WithValue (string valueToFind)
IAllowSelectorSettings WithName (string nameToFind)
IAllowSelectorSettings WithClassName (string nameToFind)
IAllowSelectorSettings WithAutomationID (string nameToFind)
IAllowSelectorSettings WithImage (GPALFile imageToFindPath)
IAllowSelectorSettings WithImage (string dataURL)
IAllowSelectorSettings WithImage (Image imageToFine)
IAllowSelectorSettings WithSelectorName (string name)
IAllowSelectorSettings WithOffsetX (int offsetX)
IAllowSelectorSettings WithOffsetY (int offsetY)
IAllowSelectorSettings WithDeltaX (int offsetX)
IAllowSelectorSettings WithDeltaY (int offsetY)
IAllowSelectorSettings WithSearchForSelector (bool trueFalse=true)
IAllowSelectorSettings WithSimulateMouse (bool moveWithArc=false)
IAllowSelectorSettings WithStopOnNotFound (bool trueFalse=false)
IAllowSelectorSettings UseAttribute (string attributeName)
IAllowSelectorSettings ContainsAttribute (string text)
IAllowSelectorSettings MatchAttribute (string href)
IAllowSelectorSettings MatchAttributeRegex (string href)
IAllowSelectorSettings ContainsHRef (string text)
IAllowSelectorSettings MatchHRef (string href)
IAllowSelectorSettings MatchHRefRegex (string href)
IAllowSelectorSettings ContainsPlaceholder (string text)
IAllowSelectorSettings MatchPlaceholder (string placeholder)
IAllowSelectorSettings MatchPlaceholderRegex (string placeholder)
IAllowSelectorSettings ContainsSrc (string text)
IAllowSelectorSettings MatchSrc (string src)
IAllowSelectorSettings MatchSrcRegex (string src)
IAllowSelectorSettings ContainsText (string text)
IAllowSelectorSettings MatchText (string text)
IAllowSelectorSettings MatchTextRegex (string text)
IAllowSelectorSettings ContainsValue (string text)
IAllowSelectorSettings MatchValue (string value)
IAllowSelectorSettings MatchValueRegex (string value)
IAllowSelectorSettings MatchFunction (Selector.appMatchingFunction AppMatchingFunction)
IAllowSelectorSettings MatchFunction (Selector.webMatchingFunction WebMatchingFunction)
Public Member Functions inherited from GenerallyPositive.IAllowCallBack
IAllowSelectorSettings CallIfFound (Browser.Browser.CallIfDelegate CallIfFound)
IAllowSelectorSettings CallIfNotFound (Browser.Browser.CallIfDelegate CallIfNotFound)
Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult >
TResult ToGPALObject ()

Properties

IAllowSelectorSettings WithHardware [get]
IAllowSelectorSettings WithJavaScript [get]
IAllowSelectorSettings WithJavascript [get]
IAllowSelectorSettings WithSelenium [get]

Detailed Description

Definition at line 38 of file Interfaces.cs.

Member Function Documentation

◆ MatchAttribute()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchAttribute ( string href)

Implemented in GenerallyPositive.Selector.

◆ MatchAttributeRegex()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchAttributeRegex ( string href)

Implemented in GenerallyPositive.Selector.

◆ MatchFunction() [1/2]

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchFunction ( Selector.appMatchingFunction AppMatchingFunction)

Implemented in GenerallyPositive.Selector.

◆ MatchFunction() [2/2]

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchFunction ( Selector.webMatchingFunction WebMatchingFunction)

Implemented in GenerallyPositive.Selector.

◆ MatchHRef()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchHRef ( string href)

Implemented in GenerallyPositive.Selector.

◆ MatchHRefRegex()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchHRefRegex ( string href)

Implemented in GenerallyPositive.Selector.

◆ MatchPlaceholder()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchPlaceholder ( string placeholder)

Implemented in GenerallyPositive.Selector.

◆ MatchPlaceholderRegex()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchPlaceholderRegex ( string placeholder)

Implemented in GenerallyPositive.Selector.

◆ MatchSrc()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchSrc ( string src)

Implemented in GenerallyPositive.Selector.

◆ MatchSrcRegex()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchSrcRegex ( string src)

Implemented in GenerallyPositive.Selector.

◆ MatchText()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchText ( string text)

Implemented in GenerallyPositive.Selector.

◆ MatchTextRegex()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchTextRegex ( string text)

Implemented in GenerallyPositive.Selector.

◆ MatchValue()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchValue ( string value)

Implemented in GenerallyPositive.Selector.

◆ MatchValueRegex()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.MatchValueRegex ( string value)

Implemented in GenerallyPositive.Selector.

◆ WithAutomationID()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithAutomationID ( string nameToFind)

Implemented in GenerallyPositive.Selector.

◆ WithClassName()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithClassName ( string nameToFind)

Implemented in GenerallyPositive.Selector.

◆ WithCSS()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithCSS ( string CSS)

Implemented in GenerallyPositive.Selector.

◆ WithDeltaX()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithDeltaX ( int offsetX)

Implemented in GenerallyPositive.Selector.

◆ WithDeltaY()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithDeltaY ( int offsetY)

Implemented in GenerallyPositive.Selector.

◆ WithImage() [1/3]

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithImage ( GPALFile imageToFindPath)

Implemented in GenerallyPositive.Selector.

◆ WithImage() [2/3]

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithImage ( Image imageToFine)

Implemented in GenerallyPositive.Selector.

◆ WithImage() [3/3]

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithImage ( string dataURL)

Implemented in GenerallyPositive.Selector.

◆ WithName()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithName ( string nameToFind)

Implemented in GenerallyPositive.Selector.

◆ WithOCR()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithOCR ( string textToFind)

Implemented in GenerallyPositive.Selector.

◆ WithOffsetX()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithOffsetX ( int offsetX)

Implemented in GenerallyPositive.Selector.

◆ WithOffsetY()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithOffsetY ( int offsetY)

Implemented in GenerallyPositive.Selector.

◆ WithSearchForSelector()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithSearchForSelector ( bool trueFalse = true)

Implemented in GenerallyPositive.Selector.

◆ WithSelectorName()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithSelectorName ( string name)

Implemented in GenerallyPositive.Selector.

◆ WithSimulateMouse()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithSimulateMouse ( bool moveWithArc = false)

Implemented in GenerallyPositive.Selector.

◆ WithStopOnNotFound()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithStopOnNotFound ( bool trueFalse = false)

Implemented in GenerallyPositive.Selector.

◆ WithText()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithText ( string textToFind)

Implemented in GenerallyPositive.Selector.

◆ WithValue()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithValue ( string valueToFind)

Implemented in GenerallyPositive.Selector.

◆ WithXPath()

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithXPath ( string xpath)

Implemented in GenerallyPositive.Selector.

Property Documentation

◆ WithHardware

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithHardware
get

Implemented in GenerallyPositive.Selector.

Definition at line 76 of file Interfaces.cs.

◆ WithJavaScript

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithJavaScript
get

Implemented in GenerallyPositive.Selector.

Definition at line 77 of file Interfaces.cs.

◆ WithJavascript

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithJavascript
get

Definition at line 79 of file Interfaces.cs.

◆ WithSelenium

IAllowSelectorSettings GenerallyPositive.IAllowSelectorSettings.WithSelenium
get

Implemented in GenerallyPositive.Selector.

Definition at line 80 of file Interfaces.cs.


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