CurrentDialogSelector()
Get the current dialog of the tested application.
Syntax
CurrentDialogSelector() RETURNS STRING
Usage
This function returns the current dialog. You can use this in the getAuiTreePart() function, for example:
# Current dialog/AUI tree
DEFINE doc xml.DomDocument
DEFINE root xml.DomNode
LET doc = ggc.getAuiTreePart(ggc.CurrentDialogSelector())
LET root = doc.getDocumentElement()