PS_ClickLink
PS_ClickLink
This keyword is used to click on the given link in PeopleSoft Application. It takes an object as input argument only.
Input Arguments
Output
Example

In this above example, if you want to click on the “Please click here to PeopleSoft logon page” link then you need to use PS_ClickLink keyword and provide the required object input argument (mandatory).
Data Input Arguments:

Common Error conditions
PS_SelectWindow
PS_SelectWindow
This keyword is used to select the PeopleSoft window as per the given input arguments. It takes data input argument argument only.
Input Arguments
Output
Example

In this above example, if you want to select the “POracle PeopleSoft Sign-in” window then you need to use PS_SelectWindow keyword and provide the required data input arguments (optional).
Data Input Arguments:
Providing data input arguments is not compulsory. This keyword passes even with wrong or blank data input arguments given.
Common Error conditions
PS_TypeTextOnEditBox
PS_TypeTextOnEditBox
This keyword is used to type the given text in the edit box of PeopleSoft Application. It takes object as well as data as input arguments.
Input Arguments
Output
Example

In this above example, if you want to type the User ID & Password text in the respective text box in Oracle PeopleSoft application then then you need to use PS_TypeTextOnEditBox keyword and provide the required object & data input arguments (mandatory).
Data Input Arguments:
However, the data input arguments are mandatory but this keyword passes even when you have provided invalid or no data input arguments.
Object Input Arguments:
This keyword fails only when you provide wrong or no object input argument.
Common Error conditions
PS_Click
PS_Click
This keyword is used to click on the specified object in the PeopleSoft Application. It takes an object as input argument.
Input Arguments
Output
Example

In this above example, if you want to click on the “Sign In” object then you need to use PS_Click keyword and provide the required object input argument (mandatory).
Data Input Arguments:

Common Error conditions
PS_ClickButton
PS_ClickButton
This keyword is used to click on the specified button in PeopleSoft Application. It takes an object as input argument.
Input Arguments
Output
Example

In this above example, if you want to click on the “Add Person” button then you need to use PS_ClickButton keyword and provide the required object input argument (mandatory).
Data Input Arguments:
It takes no data input arguments.
Common Error conditions
PS_SelectDropDownItem
PS_SelectDropDownItem
This keyword is used to select the desired item from the specified dropdown in PeopleSoft Application. It takes object as well as data as input arguments.
Input Arguments
Output
Example

In this above example, if you want to select the desired item from the Month/Year dropdown of the Calendar in Oracle PeopleSoft application then then you need to use SF_SelectDropDownItem keyword and provide the required object & data input arguments.
Common Error conditions
PS_SelectCheckbox
PS_SelectCheckbox
This keyword is used to mark the respective checkbox checked in PeopleSoft Application. It takes object as well as data as input arguments.
Input Arguments
Output
Example

In this above example, if you want to check the “Waive Data Protection” checkbox then then you need to use SF_SelectCheckbox keyword and provide the required object & data input arguments, as required.
Note: Mapping of object is compulsory whereas values (On/Off) in data input arguments, depends upon your scenario. Some common scenarios are…
Common Error conditions