Click or drag to resize
Dialog Fields

The Dialog type exposes the following members.

Fields
  NameDescription
Public fieldStatic membergetXCancelButton
Constant xPath value for finding a Cancel button WebElement.
Public fieldStatic membergetXDropdownList
Constant xPath for the entire visible dropdown list.
Public fieldStatic membergetXDropdownListItems
Constant xPath for all items in the visible dropdown list.
Public fieldStatic membergetXGridEditCell
The unique xPath for the input of the currently selected cell in a Grid. When a grid cell is selected, an HTML edit input is created where the actual value should be set.
Public fieldStatic membergetXGridEditCellDropdownArrow
Constant xPath for the dropdown arrow of a grid's edit cell.
Public fieldStatic membergetXGridEditCellSearchlist
Constant xPath for the searchlist icon of a grid's edit cell.
Public fieldStatic membergetXGridFocusedEditCell
The unique xPath for the input of the currently selected cell in a Grid adding the 'focused' criteria NOTE: this is risky to use because the focus attribute is unreliably set and can cause MANY race conditions. The 'focused' criteria is also not always set on the edit cell depending on the approach you went to select a grid cell. When a grid cell is selected, an HTML edit input is created where the actual value should be set.
Public fieldStatic membergetXIFrameHtmlBodyP
Constant xPath for the 'mceContentBody' of an HTML element. This is generally in an IFrame field.
Public fieldStatic membergetXOKButton
Constant xPath value for finding an OK button WebElement.
Public fieldStatic membergetXSaveAndCloseButton
Constant xPath value for finding a 'Save and close' button WebElement.
Public fieldStatic membergetXSaveButton
Constant xPath value for finding a Save button WebElement.
Public fieldStatic membergetXTabStrip
Constant xPath for the tab strip of a dialog.
Public fieldStatic membergetXYesButton
Constant xPath value for finding a 'Yes' button WebElement.
Top
See Also