Show / Hide Table of Contents

Interface IAllowSelectorSettings

Inherited Members
IAllowCallBack.CallIfFound(Browser.CallIfDelegate)
IAllowCallBack.CallIfNotFound(Browser.CallIfDelegate)
IAllowToGPALObject<Selector>.ToGPALObject()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowSelectorSettings : IAllowCallBack, IAllowToGPALObject<Selector>

Properties

WithHardware

Declaration
IAllowSelectorSettings WithHardware { get; }
Property Value
Type Description
IAllowSelectorSettings

WithJavascript

Declaration
[Obsolete("This method is not preferred. Consider using WithJavaScript instead.", false)]
IAllowSelectorSettings WithJavascript { get; }
Property Value
Type Description
IAllowSelectorSettings

WithJavaScript

Declaration
IAllowSelectorSettings WithJavaScript { get; }
Property Value
Type Description
IAllowSelectorSettings

WithSelenium

Declaration
IAllowSelectorSettings WithSelenium { get; }
Property Value
Type Description
IAllowSelectorSettings

Methods

MatchAttribute(String)

Declaration
IAllowSelectorSettings MatchAttribute(string href)
Parameters
Type Name Description
System.String href
Returns
Type Description
IAllowSelectorSettings

MatchAttributeRegex(String)

Declaration
IAllowSelectorSettings MatchAttributeRegex(string href)
Parameters
Type Name Description
System.String href
Returns
Type Description
IAllowSelectorSettings

MatchFunction(Selector.appMatchingFunction)

Declaration
IAllowSelectorSettings MatchFunction(Selector.appMatchingFunction AppMatchingFunction)
Parameters
Type Name Description
Selector.appMatchingFunction AppMatchingFunction
Returns
Type Description
IAllowSelectorSettings

MatchFunction(Selector.webMatchingFunction)

Declaration
IAllowSelectorSettings MatchFunction(Selector.webMatchingFunction WebMatchingFunction)
Parameters
Type Name Description
Selector.webMatchingFunction WebMatchingFunction
Returns
Type Description
IAllowSelectorSettings

MatchHRef(String)

Declaration
IAllowSelectorSettings MatchHRef(string href)
Parameters
Type Name Description
System.String href
Returns
Type Description
IAllowSelectorSettings

MatchHRefRegex(String)

Declaration
IAllowSelectorSettings MatchHRefRegex(string href)
Parameters
Type Name Description
System.String href
Returns
Type Description
IAllowSelectorSettings

MatchPlaceholder(String)

Declaration
IAllowSelectorSettings MatchPlaceholder(string placeholder)
Parameters
Type Name Description
System.String placeholder
Returns
Type Description
IAllowSelectorSettings

MatchPlaceholderRegex(String)

Declaration
IAllowSelectorSettings MatchPlaceholderRegex(string placeholder)
Parameters
Type Name Description
System.String placeholder
Returns
Type Description
IAllowSelectorSettings

MatchSrc(String)

Declaration
IAllowSelectorSettings MatchSrc(string src)
Parameters
Type Name Description
System.String src
Returns
Type Description
IAllowSelectorSettings

MatchSrcRegex(String)

Declaration
IAllowSelectorSettings MatchSrcRegex(string src)
Parameters
Type Name Description
System.String src
Returns
Type Description
IAllowSelectorSettings

MatchText(String)

Declaration
IAllowSelectorSettings MatchText(string text)
Parameters
Type Name Description
System.String text
Returns
Type Description
IAllowSelectorSettings

MatchTextRegex(String)

Declaration
IAllowSelectorSettings MatchTextRegex(string text)
Parameters
Type Name Description
System.String text
Returns
Type Description
IAllowSelectorSettings

MatchValue(String)

Declaration
IAllowSelectorSettings MatchValue(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
IAllowSelectorSettings

MatchValueRegex(String)

Declaration
IAllowSelectorSettings MatchValueRegex(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
IAllowSelectorSettings

UseAttribute(String)

Declaration
IAllowSelectorSettings UseAttribute(string attributeName)
Parameters
Type Name Description
System.String attributeName
Returns
Type Description
IAllowSelectorSettings

WithAutomationID(String)

Declaration
IAllowSelectorSettings WithAutomationID(string nameToFind)
Parameters
Type Name Description
System.String nameToFind
Returns
Type Description
IAllowSelectorSettings

WithClassName(String)

Declaration
IAllowSelectorSettings WithClassName(string nameToFind)
Parameters
Type Name Description
System.String nameToFind
Returns
Type Description
IAllowSelectorSettings

WithCSS(String)

Declaration
IAllowSelectorSettings WithCSS(string CSS)
Parameters
Type Name Description
System.String CSS
Returns
Type Description
IAllowSelectorSettings

WithDeltaX(Int32)

Declaration
IAllowSelectorSettings WithDeltaX(int offsetX)
Parameters
Type Name Description
System.Int32 offsetX
Returns
Type Description
IAllowSelectorSettings

WithDeltaY(Int32)

Declaration
IAllowSelectorSettings WithDeltaY(int offsetY)
Parameters
Type Name Description
System.Int32 offsetY
Returns
Type Description
IAllowSelectorSettings

WithHRef(String)

Declaration
IAllowSelectorSettings WithHRef(string HRefFullOrPartial)
Parameters
Type Name Description
System.String HRefFullOrPartial
Returns
Type Description
IAllowSelectorSettings

WithImage(IGPALFile)

Declaration
IAllowImageSettings WithImage(IGPALFile imageToFindPath)
Parameters
Type Name Description
IGPALFile imageToFindPath
Returns
Type Description
IAllowImageSettings

WithImage(Image)

Declaration
IAllowImageSettings WithImage(Image imageToFine)
Parameters
Type Name Description
System.Drawing.Image imageToFine
Returns
Type Description
IAllowImageSettings

WithImage(String)

Declaration
IAllowImageSettings WithImage(string dataURL)
Parameters
Type Name Description
System.String dataURL
Returns
Type Description
IAllowImageSettings

WithName(String)

Declaration
IAllowSelectorSettings WithName(string nameToFind)
Parameters
Type Name Description
System.String nameToFind
Returns
Type Description
IAllowSelectorSettings

WithOCR(String)

Declaration
IAllowSelectorSettings WithOCR(string textToFind)
Parameters
Type Name Description
System.String textToFind
Returns
Type Description
IAllowSelectorSettings

WithOffsetX(Int32)

Declaration
IAllowSelectorSettings WithOffsetX(int offsetX)
Parameters
Type Name Description
System.Int32 offsetX
Returns
Type Description
IAllowSelectorSettings

WithOffsetY(Int32)

Declaration
IAllowSelectorSettings WithOffsetY(int offsetY)
Parameters
Type Name Description
System.Int32 offsetY
Returns
Type Description
IAllowSelectorSettings

WithSearchForSelector(Boolean)

Declaration
IAllowImageSettings WithSearchForSelector(bool trueFalse = true)
Parameters
Type Name Description
System.Boolean trueFalse
Returns
Type Description
IAllowImageSettings

WithSelectorName(String)

Declaration
IAllowSelectorSettings WithSelectorName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
IAllowSelectorSettings

WithSimulateMouse(Boolean)

Declaration
IAllowSelectorSettings WithSimulateMouse(bool moveWithArc = false)
Parameters
Type Name Description
System.Boolean moveWithArc
Returns
Type Description
IAllowSelectorSettings

WithStopOnNotFound(Boolean)

Declaration
IAllowSelectorSettings WithStopOnNotFound(bool trueFalse = false)
Parameters
Type Name Description
System.Boolean trueFalse
Returns
Type Description
IAllowSelectorSettings

WithText(String)

Declaration
IAllowSelectorSettings WithText(string textToFind)
Parameters
Type Name Description
System.String textToFind
Returns
Type Description
IAllowSelectorSettings

WithValue(String)

Declaration
IAllowSelectorSettings WithValue(string valueToFind)
Parameters
Type Name Description
System.String valueToFind
Returns
Type Description
IAllowSelectorSettings

WithXPath(String)

Declaration
IAllowSelectorSettings WithXPath(string xpath)
Parameters
Type Name Description
System.String xpath
Returns
Type Description
IAllowSelectorSettings
In This Article
Back to top Generated by DocFX