 | 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.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxpublic static string getXExtTab(
string caption
)
Public Shared Function getXExtTab (
caption As String
) As String
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