Interface IAllowSelectorSettings
Assembly: GPAL.dll
Syntax
public interface IAllowSelectorSettings : IAllowCallBack, IAllowToGPALObject<Selector>
Properties
WithHardware
Declaration
IAllowSelectorSettings WithHardware { get; }
Property Value
WithJavascript
Declaration
[Obsolete("This method is not preferred. Consider using WithJavaScript instead.", false)]
IAllowSelectorSettings WithJavascript { get; }
Property Value
WithJavaScript
Declaration
IAllowSelectorSettings WithJavaScript { get; }
Property Value
WithSelenium
Declaration
IAllowSelectorSettings WithSelenium { get; }
Property Value
Methods
MatchAttribute(String)
Declaration
IAllowSelectorSettings MatchAttribute(string href)
Parameters
| Type |
Name |
Description |
| System.String |
href |
|
Returns
MatchAttributeRegex(String)
Declaration
IAllowSelectorSettings MatchAttributeRegex(string href)
Parameters
| Type |
Name |
Description |
| System.String |
href |
|
Returns
MatchFunction(Selector.appMatchingFunction)
Declaration
IAllowSelectorSettings MatchFunction(Selector.appMatchingFunction AppMatchingFunction)
Parameters
Returns
MatchFunction(Selector.webMatchingFunction)
Declaration
IAllowSelectorSettings MatchFunction(Selector.webMatchingFunction WebMatchingFunction)
Parameters
Returns
MatchHRef(String)
Declaration
IAllowSelectorSettings MatchHRef(string href)
Parameters
| Type |
Name |
Description |
| System.String |
href |
|
Returns
MatchHRefRegex(String)
Declaration
IAllowSelectorSettings MatchHRefRegex(string href)
Parameters
| Type |
Name |
Description |
| System.String |
href |
|
Returns
MatchPlaceholder(String)
Declaration
IAllowSelectorSettings MatchPlaceholder(string placeholder)
Parameters
| Type |
Name |
Description |
| System.String |
placeholder |
|
Returns
MatchPlaceholderRegex(String)
Declaration
IAllowSelectorSettings MatchPlaceholderRegex(string placeholder)
Parameters
| Type |
Name |
Description |
| System.String |
placeholder |
|
Returns
MatchSrc(String)
Declaration
IAllowSelectorSettings MatchSrc(string src)
Parameters
| Type |
Name |
Description |
| System.String |
src |
|
Returns
MatchSrcRegex(String)
Declaration
IAllowSelectorSettings MatchSrcRegex(string src)
Parameters
| Type |
Name |
Description |
| System.String |
src |
|
Returns
MatchText(String)
Declaration
IAllowSelectorSettings MatchText(string text)
Parameters
| Type |
Name |
Description |
| System.String |
text |
|
Returns
MatchTextRegex(String)
Declaration
IAllowSelectorSettings MatchTextRegex(string text)
Parameters
| Type |
Name |
Description |
| System.String |
text |
|
Returns
MatchValue(String)
Declaration
IAllowSelectorSettings MatchValue(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
MatchValueRegex(String)
Declaration
IAllowSelectorSettings MatchValueRegex(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
UseAttribute(String)
Declaration
IAllowSelectorSettings UseAttribute(string attributeName)
Parameters
| Type |
Name |
Description |
| System.String |
attributeName |
|
Returns
WithAutomationID(String)
Declaration
IAllowSelectorSettings WithAutomationID(string nameToFind)
Parameters
| Type |
Name |
Description |
| System.String |
nameToFind |
|
Returns
WithClassName(String)
Declaration
IAllowSelectorSettings WithClassName(string nameToFind)
Parameters
| Type |
Name |
Description |
| System.String |
nameToFind |
|
Returns
WithCSS(String)
Declaration
IAllowSelectorSettings WithCSS(string CSS)
Parameters
| Type |
Name |
Description |
| System.String |
CSS |
|
Returns
WithDeltaX(Int32)
Declaration
IAllowSelectorSettings WithDeltaX(int offsetX)
Parameters
| Type |
Name |
Description |
| System.Int32 |
offsetX |
|
Returns
WithDeltaY(Int32)
Declaration
IAllowSelectorSettings WithDeltaY(int offsetY)
Parameters
| Type |
Name |
Description |
| System.Int32 |
offsetY |
|
Returns
WithHRef(String)
Declaration
IAllowSelectorSettings WithHRef(string HRefFullOrPartial)
Parameters
| Type |
Name |
Description |
| System.String |
HRefFullOrPartial |
|
Returns
WithImage(IGPALFile)
Declaration
IAllowImageSettings WithImage(IGPALFile imageToFindPath)
Parameters
| Type |
Name |
Description |
| IGPALFile |
imageToFindPath |
|
Returns
WithImage(Image)
Declaration
IAllowImageSettings WithImage(Image imageToFine)
Parameters
| Type |
Name |
Description |
| System.Drawing.Image |
imageToFine |
|
Returns
WithImage(String)
Declaration
IAllowImageSettings WithImage(string dataURL)
Parameters
| Type |
Name |
Description |
| System.String |
dataURL |
|
Returns
WithName(String)
Declaration
IAllowSelectorSettings WithName(string nameToFind)
Parameters
| Type |
Name |
Description |
| System.String |
nameToFind |
|
Returns
WithOCR(String)
Declaration
IAllowSelectorSettings WithOCR(string textToFind)
Parameters
| Type |
Name |
Description |
| System.String |
textToFind |
|
Returns
WithOffsetX(Int32)
Declaration
IAllowSelectorSettings WithOffsetX(int offsetX)
Parameters
| Type |
Name |
Description |
| System.Int32 |
offsetX |
|
Returns
WithOffsetY(Int32)
Declaration
IAllowSelectorSettings WithOffsetY(int offsetY)
Parameters
| Type |
Name |
Description |
| System.Int32 |
offsetY |
|
Returns
WithSearchForSelector(Boolean)
Declaration
IAllowImageSettings WithSearchForSelector(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithSelectorName(String)
Declaration
IAllowSelectorSettings WithSelectorName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
WithSimulateMouse(Boolean)
Declaration
IAllowSelectorSettings WithSimulateMouse(bool moveWithArc = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
moveWithArc |
|
Returns
WithStopOnNotFound(Boolean)
Declaration
IAllowSelectorSettings WithStopOnNotFound(bool trueFalse = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithText(String)
Declaration
IAllowSelectorSettings WithText(string textToFind)
Parameters
| Type |
Name |
Description |
| System.String |
textToFind |
|
Returns
WithValue(String)
Declaration
IAllowSelectorSettings WithValue(string valueToFind)
Parameters
| Type |
Name |
Description |
| System.String |
valueToFind |
|
Returns
WithXPath(String)
Declaration
IAllowSelectorSettings WithXPath(string xpath)
Parameters
| Type |
Name |
Description |
| System.String |
xpath |
|
Returns