Click or drag to resize
BBCRMHomePagegetXExtTab Method
Returns an Xpath that will match a Tab either on the main tool bar or the expanded one. Any Functional Area link can be in two places; the main 'Tabs' menu and in the expanded menu. This Xpath matches both elements. It relies on only one side matching at a time, which is true for this method but might not be for all possible permutaions of GUI manipulation, particularly changing window size. So the uniqueness of this Xpath depends on the sequence of GUI actions that lead up to its use.

Namespace: Blackbaud.UAT.Core.Crm
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
public static string getXExtTab(
	string caption
)

Parameters

caption
Type: SystemString
The caption of the tab.

Return Value

Type: String

[Missing <returns> documentation for "M:Blackbaud.UAT.Core.Crm.BBCRMHomePage.getXExtTab(System.String)"]

See Also