Opkey Oracle EBS Keywords

When automating OracleEBS with Opkey SaaS, treat it as a regular web application until the OracleEBS form opens. Once launched, utilize Opkey's OracleEBS keywords for automation. 

Before proceeding to work with the Oracle EBS Keywords on Opkey Saas, click to read Best Practices for Oracle EBS Test Automation

OracleEBS Tutorial Video:

 

Action 

Oracle_SelectRadioButton

This keyword selects a radio button in the Oracle EBS application form. It takes the Radio Button object as an Object Input argument. It doesn’t take any Data Input Arguments.

 

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the Radio Button object as an object input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword doesn’t take any Data Input Arguments.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When the Oracle_SelectRadioButton keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_Click

This keyword clicks on the specified object. It takes OR object as input argument. It does not take any Data Input arguments.

Input Arguments

 

Object Input

Arguments

Required?

Description

Object

Yes

This keyword takes one object as an object

Input argument.

 

Data Input Arguments

Required?

Description

Data

No

This keyword doesn’t take any data Input argument.

Output

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

If an object is not given

Object: No object

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When the Oracle_Click keyword is used without launching the Oracle EBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_GetCellChild

This keyword gets the names of the children cells of a table. It takes a table Object as an Object Input Argument. It also takes Column Name and Row Number as Data Input Arguments


Input Arguments

Object Input Arguments

Required?

Description

 Object

 Yes

This Keyword takes one table object as an Object input argument.

 

Data Input Arguments

Required?

Description

Column

Yes

Specify the column name of the table.

Row

Yes

Specify the row number of the table.

Note: Row Number starts from 1

Output

 

Retrieves the name of the children's cell

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When a blank Object and Data input argument is provided.

Argument Data Missing (-13200)

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors. 


Data not provided for argument: 'Object'. The expected Static Value was empty.

When a blank object and valid Data Input Argument are provided.

Object: None

Column: Invoice Num

Row: 1

Argument Data Missing (-13200)

DESCRIPTION: 

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors. 


Data not provided for argument: 'Object'. The expected Static Value was empty.

Oracle_PressToolBarButton

This keyword presses the Toolbar Button in the Oracle EBS application form. It takes the tooltip of the toolbar item as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the toolbar object as an object input argument.


Data Input Arguments

Required?

Description

Value

Yes

This keyword takes the tooltip of the toolbar item as Data Input Arguments.

 

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When the tooltip of the toolbar item is not correct.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_ClickButton

This keyword clicks on the given button available in the Oracle EBS application form. This keyword takes the button object as an Object Input argument. This keyword doesn’t take any as Data Input Arguments.

Input Arguments


Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the button object as an object input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword doesn’t take any as Data Input Arguments.

Output

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions


Scenarios

Error Message

Debug Information

When an object is not given

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When the Oracle_ClickButton keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_SelectItemFromList

This keyword selects an item from the list in the Oracle EBS application form. It takes the Item list object as an Object Input argument. It also takes the Item value of the list item as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the Item list object as the subject input argument.


Data Input Arguments

Required?

Description

Value

Yes

Specify the Item value of the item as Data Input Arguments.  

 

Output

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When the given value of the list item is not correct.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_ClickImage

This keyword clicks on the specified image object in the Oracle EBS application form. It takes an image object as an Object Input argument. It doesn’t take any Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes an image object as an Object Input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword doesn’t take any Data Input Arguments.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When an Oracle_ClickImage keyword is used without launching the Oracle EBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_ClickCell

This keyword clicks on a specified table cell in the Oracle EBS application form. It takes the table object as an Object Input argument. It takes Column Name and  Row Number as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the table object as an Object Input argument.


Data Input Arguments

Required?

Description

Column

Yes

Specify the column name of the table.

Row

Yes

Specify the row number of the table.

Note: Row Number starts from 1

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Note: When creating a Test Script with Oracle_ClickCell for Oracle EBS, the generated Object Repository (OR) includes properties like Column_Name and Row number. Providing data input for Column-Name and Row-Number is optional. If left empty, the script automatically uses data from the mapped OR during execution. 

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

If the provided data input arguments are not correct

Object Not Found (-11100)

 

Oracle_OpenDialogInTable

This keyword opens the dialog in the table in the Oracle EBS application form. It takes the table object as an Object Input argument. It also takes Columns and Rows as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the table object as an Object Input argument.


Data Input Arguments

Required?

Description

Column

Yes

Specify the column name of the table.

Row

Yes

Specify the row number of the table.

Note: Row Number starts from 1

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

If the provided data input argument is not correct

Object Not Found (-11100)

          NA

Oracle_ClickMenuCheckBox

This keyword clicks on a menu Checkbox in the Oracle EBS application form. It takes the menu Checkbox object as an Object Input argument. It doesn’t take any as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the menu Checkbox object as an Object Input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword doesn’t take any Data Input Arguments.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When the Oracle_ClickMenuCheckBox keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_SetFocusToCell

This keyword sets focus to a specified table cell. It takes a table Object as an Object Input Argument. It also takes Column Name and Row Number as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

 Object

 Yes

This Keyword takes one table object as an Object input argument.

 

Data Input Arguments

Required?

Description

Column

Yes

Specify the column name of the table.

Row

Yes

Specify the row number of the table.

Note: Row Number starts from 1

Output

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

 When a blank Object and Data input argument are provided.

Argument Data Missing (-13200)

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.

Data not provided for argument: 'Object'. The expected Static Value was empty.

When a blank object and valid Data Input Argument are provided.

Object: None

Column: Invoice Num

Row: 1

Argument Data Missing (-13200)

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors. 


Data not provided for argument: 'Object'. The expected Static Value was empty.

Oracle_OpenDialog

This keyword opens the given dialog box. This keyword takes the dialog box object as an Object Input argument. It doesn’t take any Data Input Arguments.

 

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the dialog box object as an object input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword doesn’t take any Data Input Arguments.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given

 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When the Oracle_OpenDialog keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_VerifyCellValue

This keyword verifies the value of a specified table cell in the Oracle EBS application form. It takes the table object as an Object Input argument. It also takes a valuecolumn, and row as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the table object as an Object Input argument.


Data Input Arguments

Required?

Description

Column

Yes

Specify the column name of the table.

Row

Yes

Specify the row number of the table.

Note: Row Number starts from 1

Value

Yes

Specify the value that has to be verified.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

If the provided data input argument is not correct

Object Not Found (-11100)

 

Oracle_ClickTextField

This keyword clicks on the given text field. This keyword takes the text field object as an Object Input argument. It does not take any Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes a text field object as an object input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword doesn’t take any data input argument.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given

 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When the Oracle_ClickTextField keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_WaitForOracleObject

The "Wait for Object" keyword pauses execution until a specified object appears on a page within a given time. If the object becomes visible in the allotted time, the execution passes; otherwise, it fails. 

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes an object as an object input argument.

 

Data Input Arguments

Required?

Description

Flag

Yes

Specify whether the keyword appears after any web keyword or not. It will work for both True/False conditions after launching the Oracle forms.

At the time of transition from web to oracle if Flag is false then it will not wait for the oracle object.

Time Out

Yes

Specify the Time in seconds for which

the Execution will wait for the object to appear.

Output

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When  blank Object input arguments but valid -data input arguments are provided

Object :

value: 18

Property: Height

Argument Data Missing (-13200)

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors. 



Data not provided for argument: 'Object'. The expected Static Value was empty.

If an object is not given

Object: No object

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

Oracle_SelectFromLov

This keyword selects a specific value from the list of values. This keyword takes the LOV object as the Object Input argument and the value to be selected as the Data Input Argument.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the LOV object as an object input argument.


Data Input Arguments

Required?

Description

Value

Yes

Specify the value to be selected from lov

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When the value to be selected is not given as data input is not given

Object Not Found (-11100)

NA

Oracle_IsCellEditable

This keyword checks whether the specified table cell is editable or not. It takes a table and an Object as an Object Input Argument. It also takes Column Name and  Row Number as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

 Object

 Yes

This Keyword takes one table object as an Object input argument.

 

Data Input Arguments

Required?

Description

Column

Yes

Specify the column name of the table.

Row

Yes

Specify the row number of the table.

Note: Row Number starts from 1

Output

 

True

If the keyword passes successfully and the specified table cell is editable

False

If the keyword passes successfully and the specified table cell is non-editable

 

It does not display anything if the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When a blank Object and Data input argument are provided.

Argument Data Missing (-13200)

 

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors. 



Data not provided for argument: 'Object'. The expected Static Value was empty.

When a blank object and valid Data Input Argument are provided.

Object: None

Column: Invoice Num

Row: 1

Argument Data Missing (-13200)

 

DESCRIPTION:


An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors. 



Data not provided for argument: 'Object'. The expected Static Value was empty.

Oracle_EnterCellValue

This keyword enters a value in a specified table cell. It takes a table Object as an Object Input Argument. It also takes Column Name, Row Number, and Value as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

 Object

 Yes

This Keyword takes one table object as an Object input argument.


Data Input Arguments

Required?

Description

Column

Yes

Specify the column name of the table.

Row

Yes

Specify the row number of the table.

Note: Row Number starts from 1

Value

Yes

Specify the value that has to be entered in the table cell.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When a blank Object and Data input argument are provided.

Argument Data Missing (-13200)

 

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors. 


 

Data not provided for argument: 'Object'. The expected Static Value was empty.

When a blank object and valid Data Input Argument are provided.

Object: None

Column: Invoice Num

Row: 1

Argument Data Missing (-13200)

 

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors. 



Data not provided for argument: 'Object'. The expected Static Value was empty.

Oracle_ClickMenu

This keyword clicks on the menu in the menubar in the Oracle EBS application form. It takes the menu object as an Object Input argument. It doesn’t take any as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the menu object as an object input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword doesn’t take any Data Input Arguments.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

 

Scenarios

Error Message

Debug Information

When an object is not given

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

When the Oracle_ClickMenu keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_TypeTextInTextArea

This keyword types text in the given text area in the Oracle EBS application form. It takes the text area object as an Object Input argument. It also takes Value to be typed as Data Input Arguments.

Input Arguments

 

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the text area object as an object input argument.


Data Input Arguments

Required?

Description

Value

No

Specify the text to be typed in the text area as Data Input Arguments.

Note: Providing text to be typed is not mandatory.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

When the Oracle_TypeTextInTextArea keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_VerifyCellProperty

This keyword verifies the value of a specified property of a table cell in the Oracle EBS application form. It takes the table object as an Object Input argument. It also takes ValuePropertycolumn, and row as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the table object as an Object Input argument.


Data Input Arguments

Required?

Description

Column

Yes

Specify the column name of the table.

Row

Yes

Specify the row number of the table.

Note: Row Number starts from 1

Value

Yes

Specify the property value

   Property

      Yes 

Specify the Property Name

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

If the provided data input argument is not correct

Object Not Found (-11100)

             

NA

Oracle_ClickMenuRadioButton

This keyword clicks on a menu radio button in the Oracle EBS application form. It takes the menu radio button object as an Object Input argument. This keyword doesn’t take any as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the menu radio button object as an Object Input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword doesn’t take any Data Input Arguments.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When Oracle_ClickMenuRadio

Button keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_DeSelectCheckBox

This keyword deselects the given checkbox available in the Oracle EBS application. It takes the checkbox object as an Object Input argument. It also takes the status of the checkbox to be deselected as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the checkbox object as an object input argument.


Data Input Arguments

Required?

Description

Status

No

Specify the current status of the checkbox. Set it as True if the checkbox is checked and False if the checkbox is unchecked.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

When an Oracle_DeSelectCheckbox keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_GetCellType

This keyword retrieves the type of specified table cell. It takes a table Object as an Object Input Argument. It also takes Column Name and  Row Number as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

 Object

 Yes

This Keyword takes one table object as an Object input argument.

 

Data Input Arguments

Required?

Description

Column

Yes

Specify the column name of the table.

Row

Yes

Specify the row number of the table.

Note: Row Number starts from 1

Output

 

Retrieves the type of the specified table cell

If the keyword passes successfully

 

It does not display anything if the keyword fails  

Common Error conditions

Scenarios

Error Message

Debug Information

When a blank Object and Data input argument are provided.

Argument Data Missing (-13200)

 

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors. 



Data not provided for argument: 'Object'. The expected Static Value was empty.

When a blank object and valid Data Input Argument are provided.

Object: None

Column: Invoice Num

Row: 1

Argument Data Missing (-13200)

 

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors. 



Data not provided for argument: 'Object'. The expected Static Value was empty.

Oracle_ClickMenuItem

This keyword clicks on the menu item in the Oracle EBS application form. It takes the menu item object as an Object Input argument. It does not take any Data Input Arguments.

 

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the menu item object as an Object Input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword does not take any Data Input Arguments.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

When the Oracle_ClickMenuItem keyword is used without launching the Oracle EBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_ClickOnText

This keyword clicks on the specified text in the Oracle EBS application form. It takes the text field object as an Object Input argument. It also takes text which has to be clicked, as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the text field object as an object input argument.


Data Input Arguments

Required?

Description

Value

No

Specify the Text value that has to be clicked

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

When the Oracle_ClickOnText keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_ClickTextArea

This keyword clicks on the specified text area in the Oracle EBS application form. It takes the text area object as an Object Input argument. It does not take any data as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the text area object as an object input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword does not take any data as Data Input Arguments.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

When the Oracle_ClickTextArea keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_SelectTab

This keyword selects the Tab in the Oracle EBS application form. This keyword takes the tab object as an Object Input argument. It takes the Tab Index value as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the Tab in the Oracle EBS application form.


Data Input Arguments

Required?

Description

Value

Yes

Specify the Tab Index value as Data Input Arguments.

Note: Tab Index starts from 0

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When the given index value of the tab to be selected is not correct.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_TypeTextOnEditBox

This keyword types text on the given edit box field. This keyword takes the edit box field object as an Object Input argument. It takes text to be typed as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes a text field object as an object input argument.


Data Input Arguments

Required?

Description

Value

No

Specify the value to be typed in the Edit Box

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given

 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When the Oracle_TypeTextOnEditBox keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_GetCellValue

This keyword retrieves the value of a specified table cell. It takes a table Object as an Object Input Argument. It also takes Column Name and  Row Number as Data Input Arguments.

 

Input Arguments

 

Object Input Arguments

Required?

Description

 Object

 Yes

This Keyword takes one table object as an Object input argument.

 

Data Input Arguments

Required?

Description

Column

Yes

Specify the column name of the table.

Row

Yes

Specify the row number of the table.

Note: Row Number starts from 1

Output

 

Retrieves the value of the specified table cell

If the keyword passes successfully

 

It does not display anything if the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When a blank Object and Data input argument is provided.

Argument Data Missing (-13200)

 

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.

Data not provided for argument: 'Object'. The expected Static Value was empty.

When a blank object and valid Data Input Argument are provided.

Object: None

Column: Invoice Num

Row: 1

Argument Data Missing (-13200)

 

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.


Data not provided for argument: 'Object'. The expected Static Value was empty.

Oracle_SelectCheckBox

This keyword checks the specified checkbox Object as per the given Status (True/False). It takes checkbox Object and status as input arguments.

Input Arguments

 

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the checkbox object as an object input argument.

 

Data Input Arguments

Required?

Description

Status

Yes

Specify the status of the object [True/ False]. By Default, It is true.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

 

Scenarios

Error Message

Debug Information

When Oracle_SelectCheckBox

the keyword is used without launching the Oracle EBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

If an object is not given

Object: No object

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

Oracle_SelectDropDownItem

This keyword selects the specific value from the dropdown list available in the Oracle EBS application. It takes a dropdown object as an Object Input argument. It also takes Value to be selected as Data Input Arguments.


Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the dropdown object as an object input argument.


Data Input Arguments

Required?

Description

Value

Yes

Specify the value to be selected from the dropdown list.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

When the Oracle_SelectDropDownItem keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_WaitForProperty

This keyword waits for specific Object property till the by default Time out of the execution. It takes an Object, Property Name, and Property Value as Input Arguments.

Input Arguments

Object Input

Arguments

Required?

Description

 Object

 Yes

This Keyword takes one object input argument.

 

Data Input Arguments

Required?

Description

 

Property

Name

 

Yes

Specify the Property Name of the object  

For eg: “inner text”, ”tag”, ”index”, “link”

 Property

Value

        Yes

Specify the Property Value corresponding to the  Property name

Output

True

If the keyword passes successfully

False

If the keyword fails

Note: The Time out for Oracle_WaitForProperty keyword is by default the Time Out set at the time of execution.

 

Common Error conditions

Scenarios

Error Message

Debug Information

When  blank Object input arguments but valid -data input arguments are provided

Object :

value: 18

Property: Height

Argument Data Missing (-13200)

DESCRIPTION:

A step could not be executed because one or more of the arguments have not been provided a value. Of all the arguments a keyword accepts, some arguments might be compulsory. As opposed to the non-compulsory ones, the compulsory argument must be provided some data. The data may be provided through one of many sources like statically entering, the output of a previous step, a global variable, etc; but it must not be left blank.

Data not provided for argument: 'Object'. The expected Static Value was empty.

If an object is not given

Object: No object

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

Oracle_GetCellProperty

This keyword retrieves the value of the specified object property of a table cell. It takes a table Object as an Object Input Argument. It also takes Column Name, Row Number, and Property as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

 Object

 Yes

This Keyword takes one table object as an Object input argument.

 

Data Input Arguments

Required?

Description

Column

Yes

Specify the column name of the table.

Row

Yes

Specify the row number of the table.

Note: Row Number starts from 1

Property

Yes

Specify the object property whose value has to be fetched.

Output

 

Retrieves the  value of the specified object property  

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When a blank Object and Data input argument are provided.

Argument Data Missing (-13200)

 

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.


Data not provided for argument: 'Object'. The expected Static Value was empty.

When a blank object and valid Data Input Argument are provided.

Object: None

Column: Invoice Num

Row: 1

Argument Data Missing (-13200)

 

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.


Data not provided for argument: 'Object'. The expected Static Value was empty.

Oracle_GetCheckBoxStatus

This keyword retrieves the status of the checkbox whether it is checked or not in the Oracle EBS application form. It takes the checkbox object as an Object Input argument. It doesn’t take any Data Input Arguments.

 

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the checkbox object as an Object Input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword doesn’t take any Data Input Arguments.

Output

 

True

If the keyword passes successfully or the checkbox is checked

False

if the checkbox is unchecked

 

It does not display anything If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When the Oracle_GetCheckbox Status keyword is used without launching the Oracle EBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_GetFullTableText

This keyword fetches the full table text present in the table object. This keyword is mostly used in situations where you get the full text/content that is present in the table.

It takes a table Object as an Object Input Argument. It does not take any Data Input Arguments.

 

Input Arguments

Object Input Arguments

Required?

Description

 Object

 Yes

This Keyword takes one table object as an Object input argument.

 

Data Input Arguments

Required?

Description

Data

No

This keyword does not require any Data Input Arguments.

Output

 

Returns the complete table text of  the table

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When a blank Object is provided.

Argument Data Missing (-13200)

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.

Data not provided for argument: 'Object'. The expected Static Value was empty.

When Oracle_GetFullTableText

keyword is used

without launching

the Oracle EBS application form.

 

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_GetLabelText

This keyword retrieves the label text in the Oracle EBS application form. It takes a label object as an Object Input argument. It doesn’t take any Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes a label object as an Object Input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword doesn’t take any Data Input Arguments.

Output

Retrieve the text of the specified label

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

When the Oracle_GetLabelText keyword is used without launching the Oracle EBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_GetRadioButtonStatus

This keyword retrieves the status of the radio button whether it is selected or not in the Oracle EBS application form. It takes the radio button object as an Object Input argument. It doesn’t take any Data Input Arguments.

 

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the radio button object as an Object Input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword doesn’t take any Data Input Arguments.

Output

 

True

If the keyword passes successfully or the radio button is selected

False

The radio  button is not selected

 

It does not display anything when the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

When Oracle_GetRadioButton

Status keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_GetTableColumnCount

This Keyword returns the number of columns in the specified Table. It takes a table Object as an Object Input Argument. It does not take any Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

 Object

 Yes

This Keyword takes one table object as an Object input argument.

 

Data Input Arguments

Required?

Description

Data

No

This keyword does not require any Data Input Arguments.

Output

 

Returns the number of columns in the table

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

 When a blank Object is provided.

Argument Data Missing (-13200)

 

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.


Data not provided for argument: 'Object'. The expected Static Value was empty.

When Oracle_GetTable

ColumnCount keyword is used without launching the Oracle EBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_GetTableColumnName

This keyword retrieves the Column Name of a table based on the value of a table cell. It takes a table Object as an Object Input Argument. It also takes Row Number and Value as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

 Object

 Yes

This Keyword takes one table object as an Object input argument.

 

Data Input Arguments

Required?

Description

Row

Yes

Specify the row number of the table.

Note: Row Number starts from 1

Value

Yes

Specify the value of the table cell whose column name has to be fetched

Output

 

Returns the Column Name of the table

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

 When a blank Object and Data input argument is provided.

Argument Data Missing (-13200)

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.


Data not provided for argument: 'Object'. The expected Static Value was empty.

When a blank object and valid Data Input Argument are provided.

Object: None

Column: Invoice Num

Row: 1

Argument Data Missing (-13200)

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.


Data not provided for argument: 'Object'. The expected Static Value was empty.

Oracle_GetTableRowCount

This Keyword returns the number of rows in the specified Table. It takes a table Object as an Object Input Argument. It does not take any Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

 Object

 Yes

This Keyword takes one table object as an Object input argument.

 

Data Input Arguments

Required?

Description

Data

No

This keyword does not require any Data Input Arguments.

Output

 

Returns the number of rows in the table

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

 When a blank Object is provided.

Argument Data Missing (-13200)

 

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.

Data not provided for argument: 'Object'. Expected StaticValue was empty.

When Oracle_GetTable

RowCount keyword is used without launching the Oracle EBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_GetTableRowNumber

This keyword retrieves the row - number of the specified text of any column. It takes a table and an Object as an Object Input Argument. It also takes Column Name and Value as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

 Object

 Yes

This Keyword takes one table object as an Object input argument.

 

Data Input Arguments

Required?

Description

Column

Yes

Specify the Column Name of the table.

Value

Yes

Specify the value of the table cell whose row number has to be fetched

Output

 

Returns the row number  of the specified column text

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

 When a blank Object and Data input argument is provided.

Argument Data Missing (-13200)

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.


Data not provided for argument: 'Object'. The expected Static Value was empty.

When a blank object and valid Data Input Argument are provided.

Object: None

Column: Invoice Num

Row: 1

Argument Data Missing (-13200)

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.


Data not provided for argument: 'Object'. The expected Static Value was empty.

Oracle_VerifyLabelText

This keyword verifies the text of a label object in the Oracle EBS application form. It takes a label object as an Object Input argument. It also takes text value to be verified as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes a label object as an Object Input argument.


Data Input Arguments

Required?

Description

Value

Yes

Specify the text of the label which has to be verified

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When given label text to be verified is Incorrect

Object Not Found (-11100)

 

 

Function

Oracle_Output

This keyword retrieves the value of specified text objects in the Oracle EBS application form. It takes only a text object as an Object Input argument. It doesn’t take any Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the text object as an Object Input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword doesn’t take any Data Input Arguments.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

When the Oracle_Output keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_GetChildObjects

This keyword retrieves the names of children of specified objects. It takes an Object as an Object Input Argument. It does not take any Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

 Object

 Yes

This Keyword takes one object as an Object input argument.

 

Data Input Arguments

Required?

Description

Data

 No

This keyword does not require any data input arguments.

Output

 

Returns the names of  the child objects

If the keyword passes successfully

False

If the keyword fails or if there are no child objects

Common Error conditions

Scenarios

Error Message

Debug Information

When the Oracle_GetChildObjects

the keyword is used without launching the Oracle EBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

If an object is not given

Object: No object

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

Oracle_FindInLOV

This keyword finds a specified value from the list of values. This keyword takes the LOV object as an Object Input argument. It takes partial/full text of the value present in the list of values as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes an LOV object as an object input argument.


Data Input Arguments

Required?

Description

Value

Yes

This keyword takes partial/full text of the value present in the list of values as a data input argument.

In case you find any difficulty while searching for values then you can search the values by placing % or %% before it

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given

 

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When partial/full text of the value present in the list of values is not given as data input argument

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_ToString

This keyword returns the string value of the "Object Name" of that object in the Oracle EBS application form. It takes an object as an Object Input argument. It doesn’t take any Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes an object from the OR  as Object Input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword doesn’t take any Data Input Arguments.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

When the Oracle_ToString keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_VerifyValue

This keyword verifies a specified value prior to an action performed on the Oracle EBS application form. It takes an Object and Value to be verified as an Input argument.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes an OR object, as an Object Input argument.


Data Input Arguments

Required?

Description

Value

Yes

Specify the value to be verified.

Output

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When the value to be verified is not given

Object Not Found (-11100)

NA

Oracle_VerifyProperty

This keyword verifies the specified property of the given object the Oracle EBS application form. It takes an object as an Object Input argument. It also takes Value and property name to be verified as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes an object as an Object Input argument.


Data Input Arguments

Required?

Description

Value

Yes

Specify the value of the Property

Property

Yes

Specify the Property Name of the Object

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Oracle_VerifyProperty

Object

<  Choose an object from the OR  > Here, Name LOV

Value

<  Provide the height value to be verified  > Here, 249

Property

height

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

When the given property value to be verified is Incorrect

Object Not Found (-11100)

 

Oracle_VerifyCheckBoxStatus

This keyword verifies the status of the specified checkbox object. It takes a checkbox an Object as Object Input Argument. It takes Value as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

 Object

 Yes

This Keyword takes one checkbox object as an Object input argument.

 

Data Input Arguments

Required?

Description

Value

Yes

Specify the expected Value of the checkbox, set True in case the checkbox is checked, or set false in case the checkbox is unchecked.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Oracle_VerifyCheckBoxStatus

 

Object

<  Choose an Object from the OR  > Here, the Application

Value

True

Common Error conditions

Scenarios

Error Message

Debug Information

when the valid object is provided with Data Input Argument is provided

 Value: False

Object Not Found (-11100)

DESCRIPTION:

The object on which an action was supposed to be performed, was not found on the currently active page or view. This happens when the page is not properly loaded or the properties of the object are not exactly matched.

NA

If an invalid Object is provided

Object Not Found (-11100)

DESCRIPTION:

The object on which an action was supposed to be performed, was not found on the currently active page or view. This happens when the page is not properly loaded or the properties of the object are not exactly matched.

NA

Oracle_VerifyRadioButtonStatus

This keyword verifies the status of the radio button in the Oracle EBS application form. It takes the radio button object as an Object Input argument. It also takes the status of the radio button to be verified as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the radio button object as an Object Input argument.


Data Input Arguments

Required?

Description

Status

Yes

Specify the status of the radio button. Mark the status as True if the radio button is selected otherwise mark it as false.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When Oracle_VerifyRadio

ButtonStatus keyword is used without launching the the Oracle EBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_VerifyTextInTextField

This keyword verifies the text of the text field in the Oracle EBS application form. It takes a Text Field object and Value to be verified as Input arguments.

 

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the Text Field object as an Object Input argument.


Data Input Arguments

Required?

Description

Value

Yes

Specify the value to be verified.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When the value to be verified is not Given.

Object Not Found (-11100)

NA

When the given value to be verified is Incorrect

Object Not Found (-11100)

NA

Oracle_VerifyTextInTextArea

This keyword verifies the text of the text area object in the Oracle EBS application form. It takes the Text area object and Value to be verified as an Input argument.

 

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the Text area object as an Object Input argument.


Data Input Arguments

Required?

Description

Value

Yes

Specify the value to be verified.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When the text value to be verified is not given

Object Not Found (-11100)

 

Oracle_GetTextFromTextField

This keyword retrieves the text from the text field in the Oracle EBS application form. It takes the Text field object as an Object Input argument. It doesn’t take any Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the  Text field object as an Object Input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword doesn’t take any Data Input Arguments.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When the Oracle_GetTextFromTextField keyword is used without launching the Oracle EBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_GetTextFromTextArea

This keyword retrieves the text from the text area in the Oracle EBS application form. It takes the Text area object as an Object Input argument. It doesn’t take any Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the Text area object as an Object Input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword doesn’t take any Data Input Arguments.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. The expected Static Value was empty.

When Oracle_GetTextFrom

TextArea keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

Oracle_GetProperty

This keyword retrieves the value of the object property. It takes an Object as an Object Input Argument. It takes Object property as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

 Object

 Yes

This Keyword takes one object as an Object input argument.

 

Data Input Arguments

Required?

Description

Property

Yes

Specify the name of the property whose value has to be fetched.

Output

 

Returns the value of the specified object property

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

arguments When blank Object and Data input argument are provided.

Argument Data Missing (-13200)

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.


Data not provided for argument: 'Object'. Expected StaticValue was empty.

When a valid object and blank Data Input Argument is provided

Argument Data Missing (-13200)

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.


Data not provided for argument: 'Object'. Expected StaticValue was empty.

Oracle_GetItemInList

This keyword returns a specified item name existing in a list of Items based on the index value provided in the data input arguments. It takes list object as Object Input argument and Value as Data Input Arguments.

 

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the list object as an Object Input argument.


Data Input Arguments

Required?

Description

Value

Yes

Specify the index value of the item. The index starts from 0.

Output

 

Returns the name of the specified Item

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

When item value (index) is not given

Step Timed Out (-12200)

Step [#16] timed out. The system waited for 90sec.

Oracle_GetSelectedItemInList

This keyword retrieves the name of the selected item from the list in the Oracle EBS application form. It takes the list object as an Object Input argument. It does not take any Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

Yes

This keyword takes the list object as an Object Input argument.


Data Input Arguments

Required?

Description

Data

No

This keyword does not take any Data Input Arguments.

Output

 

Retrieve the name of the selected Item

If the keyword passes successfully

False

If the keyword fails

Common Error conditions

Scenarios

Error Message

Debug Information

When an object is not given.

 

Argument Data Missing (-13200)

Data not provided for argument: 'Object'. Expected StaticValue was empty.

When the Oracle_GetSelectedIteminList keyword is used without launching the OracleEBS application form.

Step Timed Out (-12200)

Step [#11] timed out. The system waited for 90sec.

 

Oracle_SelectCheckBoxInTableCell


This keyword is used to select a checkbox in the table cell. It is commonly employed when you need to select a checkbox in a table cell before performing any actions on it. 


Input Arguments


Object Input Arguments

Required?

Description

Object

Yes

This Keyword takes one object input argument. You can choose the object from your Object Repository.



Data Input Arguments

Required?

Description

ColumnName

Yes

Users are required to enter the column name as a reference.

RowNumber

Optional

Users can mention the row number as a reference.

Status

Yes

Provide the status



Output

 

True

If the keyword passes successfully

False

If the keyword fails 


Common Error conditions

Scenarios

Error Message

Debug Information

If no object is selected

Data not provided for argument: ‘Object’. Expected StaticValue was empty.

Argument Data Missing (-13200) 

DESCRIPTION: 

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.

If an Object is Provided but the Data input argument is not ProvidedArgument (s) : (Row Index; Column Index; Object Index; Value) are blank.

Argument Data Missing (-13200) 

DESCRIPTION:

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.

If Object is not Provided but Index Value is ProvidedNo Object of type input found in the Table Cell

Argument Data Missing (-13200) 

DESCRIPTION: 

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.

If Index data is wrongNo Object of type input found in the Table Cell

Unsupported Operation (-11400) 

DESCRIPTION: 

An error may occur if a step cannot be executed due to missing values for one or more arguments. Compulsory arguments, unlike non-compulsory ones, must be provided with data. This data can be statically entered, derived from the output of a previous step, sourced from a global variable, etc. It must not be left blank to avoid errors.



Oracle_SelectDropdownValueInTableCell

This keyword selects the specified value in the given dropdown table cell. It takes the table object as an Object Input argument. It takes ValueToSelect, Column, Row.

 Input Arguments

 

Object Input

Arguments

Required?

Description

Object

Yes

This keyword requires a table object in a table cell as an Object Input argument

 

Data Input Arguments

Required?

Description

Column

Yes

Enter the column name/number as a reference.

Row

Optional

Mention the row number as a reference.

ValueToSelect

Yes

Provide the value to be selected in the dropdown


 


Output 

True

If the keyword passes successfully

False

If the keyword fails

 Common Error conditions

 

Scenarios

Error Message

Debug Information

If the table object is not given

 

Object: No object

Object Not Found (-11100)

Object Not found on the given page.

When the Oracle_SelectDropDownValueInTableCell keyword is used without launching the Oracle EBS application form.

 

Step Timed Out (-12200)

Step [#54 timed out. The system waited for 90sec.



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article