Click or drag to resize
BaseComponentgetXButton Method
Format an XPath to find a button. Adds no additional constraints other than the caption of the button equalling the provided value.

Namespace: Blackbaud.UAT.Base
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
protected static string getXButton(
	string caption
)

Parameters

caption
Type: SystemString
The caption of the button.

Return Value

Type: String

[Missing <returns> documentation for "M:Blackbaud.UAT.Base.BaseComponent.getXButton(System.String)"]

See Also