Click or drag to resize
Extensions Methods

The Extensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClickItem
This extension clicks element ignoring stale element exception
Public methodStatic memberClickOnRowContainingText
Used to click on the element from the table rows containing required text
Public methodStatic memberEnterText
Enter the the text ignoring Stale element exception
Public methodStatic memberExecuteJs
It is used to execute any custome JavaScript/jquery
Public methodStatic memberGetAllOptionsFromSelectTagDropDown
Gets all options from "select" Tag dropdown
Public methodStatic memberGetAllRowValuesForColumn
To get text for all rows for specified column number
Public methodStatic memberGetSelectedValueFromSelectTagDropDown
Gets the selected value from "Select" Tag dropdown
Public methodStatic memberGetText
Returns the text attribute of the element ignoring stale element exception
Public methodStatic memberGetTextFromAllRows
To get text for all items in collection of specific type
Public methodStatic memberGetTextValuesFromEachCollectionItem
Get a list of text values of each item in collection
Public methodStatic memberGetValuesFromDropDown
Get values from the selected Dropdown **This extension is not working correctly yet, need to update"
Public methodStatic memberSelectByValueFromSelectTagDropDown
Selects specified value from "Select" tag dropdown
Public methodStatic memberSelectItemByValuefromDrpDwn
Select the value from dropdown using value from collection of dropdown values. User needs to click on dropdown before using this method
Public methodStatic memberSetFocusToElement
It is used to set focus on required IWebelement
Public methodStatic memberSetFocusToElementAndClick
It is used to set focus on required IWebelement,and then Click on it
Top
See Also