Package com.almis.awe.testing.selenium
Interface IAweFrontEndInstructions
- All Superinterfaces:
IAweInstructions
- All Known Implementing Classes:
AngularAweInstructions
,ReactAweInstructions
-
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.By
containsText
(String clazz, String text) Get a tag which contains a textorg.openqa.selenium.By
findGridCell
(String gridId, String search) Find a cell containing a textorg.openqa.selenium.By
Get active datepicker selectororg.openqa.selenium.By
Get buttonorg.openqa.selenium.By
getCellFromDatepicker
(String type, String search) Return cell from datepicker (year, month or day)org.openqa.selenium.By
getCheckbox
(String parentSelector) Get checkbox selectororg.openqa.selenium.By
getCheckboxChecked
(String criterionName, boolean isChecked) Get checkbox checked or notorg.openqa.selenium.By
getContextButton
(String buttonId) Get context buttongetCriterionCss
(String criterionName) Retrieve criterion selector in cssorg.openqa.selenium.By
getCriterionInput
(String parentSelector) Retrieve criterion css selectororg.openqa.selenium.By
getDateCriterion
(String parentSelector) Get date criterion selectororg.openqa.selenium.By
Get datepicker selectororg.openqa.selenium.By
getGridCell
(String gridId, String rowId, String columnId) Get grid cellorg.openqa.selenium.By
getGridCellText
(String gridId, String rowId, String columnId, String search) Get grid cell textorg.openqa.selenium.By
getGridHeader
(String gridId, String columnId) Get grid headerorg.openqa.selenium.By
Get grid loader selectororg.openqa.selenium.By
Get grid save buttonorg.openqa.selenium.By
getGridSaveButton
(String gridId) Get grid save buttonorg.openqa.selenium.By
getGridScrollZone
(String gridId) Retrieve grid scroll zoneorg.openqa.selenium.By
getInfoButton
(String buttonId) Get info buttonorg.openqa.selenium.By
Get loader selectororg.openqa.selenium.By
Get loading barGet menu behaviororg.openqa.selenium.By
Get menu dropdownorg.openqa.selenium.By
getMenuOpenedChildren
(String option) Get opened children in menuorg.openqa.selenium.By
getMenuOption
(String option) Get menu optionorg.openqa.selenium.By
getMessage
(String type) getParentCss
(String gridId, String rowId, String columnId) Retrieve parent selector in cssorg.openqa.selenium.By
Get popover selectorGet row edit behaviororg.openqa.selenium.By
getSelectChoice
(String parentSelector) Get select choice buttonorg.openqa.selenium.By
getSelectChosen
(String criterionName) Get select chosen elementorg.openqa.selenium.By
Get select dropdown listorg.openqa.selenium.By
Get select dropdown list elementsorg.openqa.selenium.By
Get select dropdown list first elementorg.openqa.selenium.By
Get select dropdown list last elementorg.openqa.selenium.By
getSelectLoader
(String parentSelector) Get select loaderorg.openqa.selenium.By
getSelectMultipleTextContainer
(String criterionName) Get select multiple text containerorg.openqa.selenium.By
getSelectResult
(String search) Get select resultorg.openqa.selenium.By
getSuggest
(String parent) Get suggestGet suggest behaviororg.openqa.selenium.By
getSuggestChoice
(String parentSelector) Get suggest choice buttonorg.openqa.selenium.By
getSuggestChosen
(String criterionName) Get suggest chosen elementorg.openqa.selenium.By
Get suggest dropdown listorg.openqa.selenium.By
Get suggest dropdown list last elementorg.openqa.selenium.By
getSuggestInput
(String parent) Get suggest with inputorg.openqa.selenium.By
getSuggestLoader
(String parentSelector) Get suggest loaderorg.openqa.selenium.By
getSuggestMultipleChoiceClose
(String parentSelector) Get suggest multiple choice closeorg.openqa.selenium.By
getSuggestMultipleInput
(String parentSelector) Get suggest multiple inputorg.openqa.selenium.By
getSuggestResult
(String match) Get suggest resultorg.openqa.selenium.By
Get taborg.openqa.selenium.By
Get taborg.openqa.selenium.By
getTabActive
(String tabId, String tabLabel) Get tab activeorg.openqa.selenium.By
getTabMenu
(String tabId) Get tab menuorg.openqa.selenium.By
getTabMenuDropdown
(String tabId) Get tab menu dropdownorg.openqa.selenium.By
getTabMenuDropdownOption
(String tabId, String tabLabel) Get tab menu dropdown optionorg.openqa.selenium.By
getTreeButton
(String gridId, String rowId) Get tree buttonorg.openqa.selenium.By
Get tree button loaderMethods inherited from interface com.almis.awe.testing.selenium.IAweInstructions
getDriver, setSeleniumModel
-
Method Details
-
getCriterionCss
Retrieve criterion selector in css- Parameters:
criterionName
- Criterion name- Returns:
- Css parent selector
-
getParentCss
Retrieve parent selector in css- Parameters:
gridId
- Grid idrowId
- Row idcolumnId
- Column id- Returns:
- Css parent selector
-
getCriterionInput
Retrieve criterion css selector- Parameters:
parentSelector
- Parent selector- Returns:
- Criterion input selector
-
getLoaderSelector
org.openqa.selenium.By getLoaderSelector()Get loader selector- Returns:
- loader selector
-
getLoadingBar
org.openqa.selenium.By getLoadingBar()Get loading bar- Returns:
- loading bar selector
-
getPopover
org.openqa.selenium.By getPopover()Get popover selector- Returns:
- Popover selector
-
containsText
Get a tag which contains a text- Returns:
- tag which contains text selector
-
getMessage
-
getMenuBehavior
MenuBehavior getMenuBehavior()Get menu behavior- Returns:
- Menu click behavior
-
getMenuOption
Get menu option- Parameters:
option
- Option to check- Returns:
- Opened children selector
-
getMenuOpenedChildren
Get opened children in menu- Parameters:
option
- Option to check- Returns:
- Opened children selector
-
getMenuDropdown
org.openqa.selenium.By getMenuDropdown()Get menu dropdown- Returns:
- Menu dropdown selector
-
getButton
Get button- Parameters:
buttonId
- Button identifier- Returns:
- Button selector
-
getInfoButton
Get info button- Parameters:
buttonId
- Button identifier- Returns:
- Button selector
-
getTreeButton
Get tree button- Parameters:
gridId
- Grid identifierrowId
- Row identifier- Returns:
- Button selector
-
getTreeButtonLoader
org.openqa.selenium.By getTreeButtonLoader()Get tree button loader- Returns:
- Button loader selector
-
getTab
Get tab- Parameters:
tabId
- Tab identifier- Returns:
- Tab selector
-
getTab
Get tab- Parameters:
tabId
- Tab identifiertabLabel
- Tab label- Returns:
- Tab selector
-
getTabActive
Get tab active- Parameters:
tabId
- Tab identifiertabLabel
- Tab label- Returns:
- Tab selector
-
getTabMenu
Get tab menu- Parameters:
tabId
- Tab identifier- Returns:
- Tab menu button selector
-
getTabMenuDropdown
Get tab menu dropdown- Parameters:
tabId
- Tab identifier- Returns:
- Tab menu dropdown selector
-
getTabMenuDropdownOption
Get tab menu dropdown option- Parameters:
tabId
- Tab identifiertabLabel
- Tab label- Returns:
- Tab menu dropdown option selector
-
getContextButton
Get context button- Parameters:
buttonId
- Button identifier- Returns:
- Button selector
-
getDatepicker
org.openqa.selenium.By getDatepicker()Get datepicker selector- Returns:
- Datepicker selector
-
getDateCriterion
Get date criterion selector- Parameters:
parentSelector
- Parent selector- Returns:
- Date criterion selector
-
getActiveDatepicker
org.openqa.selenium.By getActiveDatepicker()Get active datepicker selector- Returns:
- Active datepicker selector
-
getCellFromDatepicker
Return cell from datepicker (year, month or day)- Parameters:
type
- Datepicker typesearch
- Cell to search- Returns:
- Cell selector
-
getGridScrollZone
Retrieve grid scroll zone- Parameters:
gridId
- Grid identifier- Returns:
- Scroll zone
-
getGridLoaderSelector
org.openqa.selenium.By getGridLoaderSelector()Get grid loader selector- Returns:
- grid loader selector
-
getGridHeader
Get grid header- Parameters:
gridId
- Grid identifiercolumnId
- Column identifier- Returns:
- Grid header selector
-
getGridCell
Get grid cell- Parameters:
gridId
- Grid identifierrowId
- Row identifiercolumnId
- Column identifier- Returns:
- Grid cell selector
-
getGridSaveButton
org.openqa.selenium.By getGridSaveButton()Get grid save button- Returns:
- Grid save button selector
-
getGridSaveButton
Get grid save button- Parameters:
gridId
- Grid identifier- Returns:
- Grid save button selector
-
getGridCellText
Get grid cell text- Parameters:
gridId
- Grid identifierrowId
- Row identifiercolumnId
- Column identifiersearch
- Text to search- Returns:
- Grid cell selector
-
findGridCell
Find a cell containing a text- Parameters:
gridId
- Grid identifiersearch
- Text to search- Returns:
- Grid cell selector
-
getRowEditBehavior
RowEditBehavior getRowEditBehavior()Get row edit behavior- Returns:
- Row edit behavior
-
getCheckbox
Get checkbox selector- Parameters:
parentSelector
- Parent selector- Returns:
- Checkbox selector
-
getCheckboxChecked
Get checkbox checked or not- Parameters:
criterionName
- Criterion nameisChecked
- Checked or not- Returns:
- Checkbox checked selector
-
getSelectChoice
Get select choice button- Parameters:
parentSelector
- Parent selector in CSS- Returns:
- Select choice button selector
-
getSelectLoader
Get select loader- Parameters:
parentSelector
- Parent selector in CSS- Returns:
- Select loader selector
-
getSelectDropdownList
org.openqa.selenium.By getSelectDropdownList()Get select dropdown list- Returns:
- Select dropdown list selector
-
getSelectDropdownListElements
org.openqa.selenium.By getSelectDropdownListElements()Get select dropdown list elements- Returns:
- Select dropdown list elements selector
-
getSelectDropdownListFirstElement
org.openqa.selenium.By getSelectDropdownListFirstElement()Get select dropdown list first element- Returns:
- Select dropdown list first element selector
-
getSelectDropdownListLastElement
org.openqa.selenium.By getSelectDropdownListLastElement()Get select dropdown list last element- Returns:
- Select dropdown list last element selector
-
getSelectResult
Get select result- Parameters:
search
- Result to search- Returns:
- Select result selector
-
getSelectChosen
Get select chosen element- Parameters:
criterionName
- Criterion name- Returns:
- Select chosen element selector
-
getSelectMultipleTextContainer
Get select multiple text container- Parameters:
criterionName
- Criterion name- Returns:
- Select multiple text container
-
getSuggestBehavior
SuggestBehavior getSuggestBehavior()Get suggest behavior- Returns:
- Suggest text behavior
-
getSuggest
Get suggest- Parameters:
parent
- Parent CSS selector- Returns:
- Suggest selector
-
getSuggestInput
Get suggest with input- Parameters:
parent
- Parent CSS selector- Returns:
- Suggest with input not hidden selector
-
getSuggestResult
Get suggest result- Parameters:
match
- Match result- Returns:
- Suggest result element
-
getSuggestDropdownList
org.openqa.selenium.By getSuggestDropdownList()Get suggest dropdown list- Returns:
- Suggest dropdown list selector
-
getSuggestDropdownListLastElement
org.openqa.selenium.By getSuggestDropdownListLastElement()Get suggest dropdown list last element- Returns:
- Suggest dropdown list last element selector
-
getSuggestChoice
Get suggest choice button- Parameters:
parentSelector
- Parent selector in CSS- Returns:
- Suggest choice button selector
-
getSuggestLoader
Get suggest loader- Parameters:
parentSelector
- Parent selector in CSS- Returns:
- Suggest loader selector
-
getSuggestChosen
Get suggest chosen element- Parameters:
criterionName
- Criterion name- Returns:
- Select chosen element selector
-
getSuggestMultipleInput
Get suggest multiple input- Parameters:
parentSelector
- Parent selector in CSS- Returns:
- Suggest multiple input selector
-
getSuggestMultipleChoiceClose
Get suggest multiple choice close- Parameters:
parentSelector
- Parent selector in CSS- Returns:
- Suggest multiple choice close selector
-