Extensions Class |
Namespace: SeleniumUtilities
The Extensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ClickItem |
This extension clicks element ignoring stale element exception
|
![]() ![]() | ClickOnRowContainingText |
Used to click on the element from the table rows containing required text
|
![]() ![]() | EnterText |
Enter the the text ignoring Stale element exception
|
![]() ![]() | ExecuteJs |
It is used to execute any custome JavaScript/jquery
|
![]() ![]() | GetAllOptionsFromSelectTagDropDown |
Gets all options from "select" Tag dropdown
|
![]() ![]() | GetAllRowValuesForColumn |
To get text for all rows for specified column number
|
![]() ![]() | GetSelectedValueFromSelectTagDropDown |
Gets the selected value from "Select" Tag dropdown
|
![]() ![]() | GetText |
Returns the text attribute of the element ignoring stale element exception
|
![]() ![]() | GetTextFromAllRows |
To get text for all items in collection of specific type
|
![]() ![]() | GetTextValuesFromEachCollectionItem |
Get a list of text values of each item in collection
|
![]() ![]() | GetValuesFromDropDown |
Get values from the selected Dropdown
**This extension is not working correctly yet, need to update"
|
![]() ![]() | SelectByValueFromSelectTagDropDown |
Selects specified value from "Select" tag dropdown
|
![]() ![]() | SelectItemByValuefromDrpDwn |
Select the value from dropdown using value from collection of dropdown values.
User needs to click on dropdown before using this method
|
![]() ![]() | SetFocusToElement |
It is used to set focus on required IWebelement
|
![]() ![]() | SetFocusToElementAndClick |
It is used to set focus on required IWebelement,and then Click on it
|