![]() | Dialog Fields |
The Dialog type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | getXCancelButton |
Constant xPath value for finding a Cancel button WebElement.
|
![]() ![]() | getXDropdownList |
Constant xPath for the entire visible dropdown list.
|
![]() ![]() | getXDropdownListItems |
Constant xPath for all items in the visible dropdown list.
|
![]() ![]() | getXGridEditCell |
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.
|
![]() ![]() | getXGridEditCellDropdownArrow |
Constant xPath for the dropdown arrow of a grid's edit cell.
|
![]() ![]() | getXGridEditCellSearchlist |
Constant xPath for the searchlist icon of a grid's edit cell.
|
![]() ![]() | getXGridFocusedEditCell |
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.
|
![]() ![]() | getXIFrameHtmlBodyP |
Constant xPath for the 'mceContentBody' of an HTML element. This is generally in an IFrame field.
|
![]() ![]() | getXOKButton |
Constant xPath value for finding an OK button WebElement.
|
![]() ![]() | getXSaveAndCloseButton |
Constant xPath value for finding a 'Save and close' button WebElement.
|
![]() ![]() | getXSaveButton |
Constant xPath value for finding a Save button WebElement.
|
![]() ![]() | getXTabStrip |
Constant xPath for the tab strip of a dialog.
|
![]() ![]() | getXYesButton |
Constant xPath value for finding a 'Yes' button WebElement.
|