1. Home
  2. Opkey Help
  3. 25. Opkey Keyword Documentation
  4. 25.10 Salesforce Keyword

25.10 Salesforce Keyword

Action 

SF_AccountExists

This Keyword checks whether a specified account record exists or not in the Salesforce Application based on the Data Input Arguments provided.

Input Arguments

Object Input

Arguments

Required?

Description

Object

No

This keyword doesn’t take any object input argument.

 

Data Input Arguments

Required?

Description

Account Name

Yes

Provide the Account Name of the record whose Existence has to be verified.

Phone

Yes

Provide the Phone of the record whose Existence has to be verified.

BillingState/

Province

Yes

Provide the BillingState/Province of the record which has to be verified.

Identifier

Yes

Provide the column name by which the record can be verified.

Value

Yes

Provide the Value corresponding to the Identifier provided.

Note: You can provide maximum 2 Identifiers and corresponding value. This Keyword is implemented both in Lightning and Classic mode.

Output

True

If the account Exists If the keyword passes successfully

False

If the keyword fails

Example

  

  

For example, in the above screenshot, if you want to verify the Existence of the highlighted record then you can use the keyword “SF_AccountExists” as follows:

SF_AccountExists

Account Name

Burlington Textiles Corp of America

Phone

(336)-222-7000

    BillingState/

Province

NC

Identifier

    ACCOUNT OWNER ALIAS

Value

sPand

Common Error conditions

Scenarios

Error Message

Debug Information

When Account Name Data Input arguments is blank.

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, output of a previous step, a global variable etc; but it must not be left blank.

Argument(s) : (Account Name) is blank.

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100) 

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

SF_ClickByText

This Keyword clicks on an object that exists on a page of the Sales Force Application based on the Data Input Arguments provided.

Input Arguments

Object Input

Arguments

Required?

Description

Object

No

This keyword doesn’t take any object input argument.

Data Input Arguments

Required?

Description

Text To

Search

Yes

Provide Text of the element to be clicked.

Partial
Text

No

Provide True if text to be searched is partial Text.

By Default,it is false.

Index

No

Specify the Index of the Text to be clicked.

Note : Index starts from 0

Output

True

If the keyword passes successfully

False

If the keyword fails

Note: This Keyword is implemented both in Lightning and Classic mode.

Example

For example, in the above screenshot, if you want to click on the highlighted textbox LogIn” then you can use the keyword SF_ClickByText as follows:

SF_ClickByText

Text To Search

Log In

Partial Text False
Index 0

Common Error conditions

Scenarios

Error Message

Debug Information

When Text To search Data Input arguments is blank.

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, output of a previous step, a global variable etc; but it must not be left blank.

Argument(s) : (Text To Search)

is blank.

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100) 

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

SF_ClickByTextInSequence

This Keyword clicks on the specified Text in a sequential manner that exists on a page of the Salesforce Application based on the Data Input Arguments provided.

Input Arguments

Object Input

Arguments

Required?

Description

Object

No

This keyword doesn’t take any object input argument.

Data Input Arguments

Required?

Description

TextTo

Search

Yes

In this Data Input Argument, specify the text on which you want to click.

(TextToSearch1,TextToSearch2,TextToSearch3, TextToSearch4, TextToSearch5)

Index

Yes

In this Data Input Argument specify “the Index number of the text”. If the text appears first time on the page then its index number is “ZERO (0)”

(Index1, Index2, Index3, Index, Index 5)

PartialText

Yes

In this Data Input Argument select True if you provided the Partial text in “TextToSearch” otherwise False. (By default, it is False)

(PartialText1, PartialText2, PartialText3, PartialText 4, PartialText 5)

Output

True

If the keyword passes successfully

False

If the keyword fails

Note: This Keyword is implemented both in Lightning and Classic mode.

Example

 

As shown in the above screenshot if we want to Click on Home Text, then after redirecting on this page if we want to click on text “Chatter then after reaching on this page if we want to click on text “Campaignsthen if we want to click on text “Leads” then after reaching on this page if we want to click on text “Accounts” which is available on 5th page

We can use “SF_ClickByTextInSequence” keyword as follows:

SF_ClickByTextInSequence

Text To Search 1

Home

Index 1

 0    

Partial Text 1

False

Text To Search 2

Chatter

Index 2

0

Partial Text 2

False

Text To Search 3

Campaigns

Index 3

0

Partial Text 3

False

Text To Search 4

Leads

Index 4

0

Partial Text 4

False

Text To Search 5

Accounts

Index 5

0

Partial Text 5

False

Common Error conditions

Scenarios

Error Message

Debug Information

If TextToSearch Data Input Argument is Blank.

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, output of a previous step, a global variable etc; but it must not be left blank

Text is not provided.

If TextToSearch1 is having partial text, Index1 is Blank and PartialText1 is 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.

No Object Found with Text

SF_ClickImageByTitle/Alt

This keyword clicks on specified image that exists on some page of the salesforce application on basis of image title or alt attribute given. It takes Title/Alt, Index, Partial Text as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any object input argument.

Data Input Arguments

Required?

Description

Title/Alt

Yes

Specify the title or Alt Property of the image to be clicked.

Index

No

Specify the position of the image object.

Note: Index starts from 0

Partial

Text

     Yes

Provide True if text to search is partial Text

Output

True

If the keyword passes successfully

False

If the keyword fails

Note: This Keyword is implemented both in Lightning and Classic mode.

Example

   

In the above Screenshot, if you want to click on the highlighted image then, here is how you will use “SF_ClickImageByTitle/Alt ” keyword.

SF_ClickImageByTitle/Alt

Title/Alt

salesforce  

Index

Partial Text

False

Common Error conditions

Scenarios

Error Message

Debug Information

When Invalid Data Input arguments are provided.

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, output of a previous step, a global variable etc; but it must not be left blank.

Argument(s) : (Title/Alt)

is blank.

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100) 

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

SF_ClickInTableCellUsingObject

This Keyword clicks on specified table cell that exists on some page of the Salesforce application using query based on the Data Input Arguments provided.

Input Arguments

Object Input

Arguments

Required?

Description

Object

Yes

This keyword takes a table object as Object Input Argument

 

Data Input Arguments

Required?

Description

Column Name

Yes

Provide the Column Name of the table whose cell has to be clicked.

Object

Index

Yes

Provide the Index of the Object inside the table cell.

Note : Object index starts from ‘0’.

Header

Yes

Provide the column name by which the record can be identified

Value

Yes

Provide the Value corresponding to the Identifier provided.

Note: You can provide maximum 5 Header and corresponding value.This Keyword is implemented both in Lightning and Classic mode.

Output

True

If the keyword passes successfully

False

If the keyword fails

Example

  

 

For example, in the above screenshot, if you want to click on the column name “ACCOUNT SITE” of the highlighted table row then you can use the keyword “SF_ClickInTableCellUsingObject” as follows:

SF_ClickInTableCellUsingObject

Object  < Choose a table Object from OR  >

Column Name

ACCOUNT SITE

Object Index

0

Header

 PHONE

Value

(336)222-7000

Common Error conditions

Scenarios

Error Message

Debug Information

When Column Name Data Input arguments is blank.

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, output of a previous step, a global variable etc; but it must not be left blank.

Argument(s) : (Column Name) is blank.

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100) 

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

SF_ClickInTableCellUsingText

This Keyword clicks on specified table cell that exists on some page of the Salesforce application using text provided in the Data Input Arguments.

Input Arguments

Object Input

Arguments

Required?

Description

Object

No

This keyword does not take any Object Input Argument

 

Data Input Arguments

Required?

Description

      Table Name         Yes Provide the Table Name whose cell has to be clicked.

Column Name

Yes

Provide the Column Name of the table whose cell has to be clicked.

Object

Index

Yes

Provide the Index of the Object inside the table cell.

Note : Object index starts from ‘0’.

Header

Yes

Provide the column name by which the record can be identified

Value

Yes

Provide the Value corresponding to the Identifier provided.

Note: You can provide maximum 5 Header and corresponding value. This Keyword is implemented both in Lightning and Classic mode.

Output

True

If the keyword passes successfully

False

If the keyword fails

Example

  

 

For example, in the above screenshot, if you want to click on the column name “ACCOUNT SITE” of the highlighted table row then you can use the keyword “SF_ClickInTableCellUsingText” as follows:

SF_ClickInTableCellUsingText

Table Name ACCOUNTS

Column Name

ACCOUNT SITE

Object Index

0

Header

    PHONE

Value

(336)222-7000

Common Error conditions

Scenarios

Error Message

Debug Information

When Column Name Data Input arguments is blank.

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, output of a previous step, a global variable etc; but it must not be left blank.

Argument(s) : (Column Name) is blank.

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100) 

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

SF_ClickNewDashboard

This Keyword Clicks on new Dashboard in Dashboard section of the Salesforce Application. It does not take any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented only in Lightning mode.

Example

For example, in the above screenshot, the keyword SF_ClickNewDashboard will click on the highlighted “NewDashboard” tab and creates a new Dashboard for the Dashboard section of the Salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_ClickNewEvent

This Keyword clicks on a new event of calendar section of the Salesforce Application. It does not take any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented only in Lightning mode.

Example

For example, in the above screenshot, the keyword SF_ClickNewEvent will click on the highlighted “NewEvent” tab and creates a new event for the calendar section of the Salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_ContactExists

This Keyword checks whether a specified contact record exists or not in the Salesforce Application based on the Data Input Arguments provided.

Input Arguments

Object Input

Arguments

Required?

Description

Object

No

This keyword doesn’t take any object input argument.

 

Data Input Arguments

Required?

Description

Name

Yes

Provide the Name of the record whose Existence has to be verified.

Phone

Yes

Provide the Phone of the record whose Existence has to be verified.

Email

Yes

Provide the Email of the record which has to be verified.

Identifier

Yes

Provide the column name by which the record can be verified.

Value

Yes

Provide the Value corresponding to the Identifier provided.

Note: You can provide maximum 2 Identifiers and corresponding value.This Keyword is implemented both in Lightning and classic mode.

Output

True

If the Contact Exists If the keyword passes successfully

False

If the keyword fails

Example

  

 

For example, in the above screenshot, if you want to verify the Existence of the highlighted record then you can use the keyword “SF_ContactExists” as follows:

SF_ContactExists

Name

Rose Gonzalez

Phone

(512)757-5000

    Email

rose@edge.com

Identifier

    ACCOUNT NAME

Value

Crestech

Common Error conditions

Scenarios

Error Message

Debug Information

When Name Data Input arguments is blank.

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, output of a previous step, a global variable etc; but it must not be left blank.

Argument(s) : (Name) is blank.

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100) 

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

SF_DeselectCheckBoxByText

This Keyword deselects the specified checkbox that exists on a page of the Salesforce Application based on the Data Input Arguments provided.

Input Arguments

Object Input

Arguments

Required?

Description

Object

No

This keyword doesn’t take any object input argument.

Data Input Arguments

Required?

Description

Text To

Search

Yes

Provide Text that exists near the checkbox.

Partial
Text

No

Provide True if the text to be searched is partial Text.

By Default, it is false.

Index

No

Specify the Index of the Text to be searched.

Before      Yes Provide True if the CheckBox appears before the Text

By Default, it is false.

Output

True

If the keyword passes successfully

False

If the keyword fails

Note: This Keyword is implemented both in Lightning and Classic mode.

Example

 

For example, in the above screenshot, if you want to deselect the highlighted checkbox Remember me” then you can use the keyword SF_DeselectCheckBoxByText as follows:

SF_DeselectCheckBoxByText

Text To Search

Remember me

Partial Text False
Index 0
Before False

Common Error conditions

Scenarios

Error Message

Debug Information

When Text To search Data Input arguments is blank.

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, output of a previous step, a global variable etc; but it must not be left blank.

Argument(s) : (Text To Search)

is blank.

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100) 

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

SF_GlobalSearch

This Keyword types the value to be searched in the search box of the Sales Force Application and then finds it. It takes Value to be searched as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any object input argument.

Data Input Arguments

Required?

Description

Value

Yes

Specify the value to be searched.

Output

True

If the keyword passes successfully

False

If the keyword fails

Note: This Keyword is implemented both in Lightning and Classic mode.

Example

 

For example, in the above screenshot, if you want to search the value “ssts” in the Salesforce application then SF_GlobalSearch keyword will type the value in the highlighted search box and then find it. For this, you need to provide the Data Input Argument as follows:

SF_GlobalSearch

Value

ssts

Common Error conditions

Scenarios

Error Message

Debug Information

When Blank Data Input arguments are provided

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, output of a previous step, a global variable etc; but it must not be left blank.

Argument(s) : (Value) is blank.

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_EditAccountInTable

This Keyword edits a specified Account record in the Salesforce Application based on the Data Input Arguments provided.

Input Arguments

Object Input

Arguments

Required?

Description

Object

No

This keyword doesn’t take any object input argument.

 

Data Input Arguments

Required?

Description

New Text

Yes

Provide the Text that has to be entered

Field To be modified

Yes

Specify the name of the column in which editing has to be done

Save(Y/N)

Yes

Indicates whether changes are to be saved or not.

By default, it is False

Identifier

Yes

Provide the column name by which the text to be edited can be verified.

Value

Yes

Specify the Value corresponding to the Identifier provided.

Note: You can provide maximum 5 Identifiers and corresponding value.This Keyword is implemented both in Lightning and Classic mode.It is not implemented for Firefox version 48 and above in classic mode.

Output

True

If the keyword passes successfully

False

If the keyword fails

Example

  

 

For example, in the above screenshot, if you want to edit the highlighted record then you can use the keyword “SF_EditAccounts InTable” as follows:

SF_EditAccountInTable

New Text

Johim Abrahim

Field To be modified

ACCOUNT SITE

    Save(Y/N)

True

Identifier

    ACCOUNT NAME

Value

30

Common Error conditions

Scenarios

Error Message

Debug Information

When Field To be modified Data Input arguments are blank.

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, output of a previous step, a global variable etc; but it must not be left blank.

Argument(s) : (Field To be modified) is blank.

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100) 

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

SF_EditContactInTable

This Keyword edits a specified contact record in the Salesforce Application based on the Data Input Arguments provided.

Input Arguments

Object Input

Arguments

Required?

Description

Object

No

This keyword doesn’t take any object input argument.

 

Data Input Arguments

Required?

Description

New Text

Yes

Provide the Text that has to be entered

Field To be modified

Yes

Specify the name of the column in which editing has to be done

Save(Y/N)

Yes

Indicates whether changes are to be saved or not.

By default, it is False

Identifier

Yes

Provide the column name by which the text to be edited can be verified.

Value

Yes

Specify the Value corresponding to the Identifier provided.

Note: You can provide maximum 5 Identifiers and corresponding value.This Keyword is implemented both in Lightning and Classic mode.It is not implemented for Firefox version 48 and above in classic mode.

Output

True

If the keyword passes successfully

False

If the keyword fails

Example

  

  

For example, in the above screenshot, if you want to edit the highlighted record then you can use the keyword “SF_EditContacts InTable” as follows:

SF_EditContactInTable

New Text

rose1@edge.com

Field To be modified

EMAIL

    Save(Y/N)

True

Identifier

    PHONE

Value

(512)757-6000

Common Error conditions

Scenarios

Error Message

Debug Information

When Field To be modified Data Input arguments is blank.

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, output of a previous step, a global variable etc; but it must not be left blank.

Argument(s) : (Field To be modified) is blank.

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100) 

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

SF_EditLeadInTable

This Keyword edits a specified Lead record in the Salesforce Application based on the Data Input Arguments provided.

Input Arguments

Object Input

Arguments

Required?

Description

Object

No

This keyword doesn’t take any object input argument.

 

Data Input Arguments

Required?

Description

New Text

Yes

Provide the Text that has to be entered

Field To be modified

Yes

Specify the name of the column in which editing has to be done

Save(Y/N)

Yes

Indicates whether changes are to be saved or not.

By default, it is False

Identifier

Yes

Provide the column name by which the text to be edited can be verified.

Value

Yes

Specify the Value corresponding to the Identifier provided.

Note: You can provide maximum 5 Identifiers and corresponding value.This Keyword is implemented both in Lightning and Classic mode.It is not implemented for Firefox version 48 and above in classic mode.

Output

True

If the keyword passes successfully

False

If the keyword fails

Example

  

  

For example, in the above screenshot, if you want to edit the highlighted record then you can use the keyword SF_EditLeadsInTable as follows:

SF_EditLeadInTable

New Text

Johim Abrahim

Field To be modified

COMPANY

    Save(Y/N)

True

Identifier

NAME

Value

aadea scea

Common Error conditions

Scenarios

Error Message

Debug Information

When Field To be modified Data Input arguments is blank.

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, output of a previous step, a global variable etc; but it must not be left blank.

Argument(s) : (Field To be modified) is blank.

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100) 

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

SF_EditOpportunityInTable

This Keyword edits a specified Opportunity record in the Salesforce Application based on the Data Input Arguments provided.

Input Arguments

Object Input

Arguments

Required?

Description

Object

No

This keyword doesn’t take any object input argument.

 

Data Input Arguments

Required?

Description

New Text

Yes

Provide the Text that has to be entered

Field To be modified

Yes

Specify the name of the column in which editing has to be done

Save(Y/N)

Yes

Indicates whether changes are to be saved or not.

By default, it is False

Identifier

Yes

Provide the column name by which the text to be edited can be verified.

Value

Yes

Specify the Value corresponding to the Identifier provided.

Note: You can provide maximum 5 Identifiers and corresponding value.This Keyword is implemented both in Lightning and Classic mode.It is not implemented for Firefox version 48 and above in classic mode.

Output

True

If the keyword passes successfully

False

If the keyword fails

Example

  

   

For example, in the above screenshot, if you want to edit the highlighted record then you can use the keyword SF_EditOpportunityInTable as follows:

SF_EditOpportunitiyInTable

New Text

6776

Field To be modified

ACCOUNT SITE

    Save(Y/N)

True

Identifier

    OPPORTUNITY NAME

Value

345

Common Error conditions

Scenarios

Error Message

Debug Information

When Field To be modified Data Input arguments is blank.

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, output of a previous step, a global variable etc; but it must not be left blank.

Argument(s) : (Field To be modified) is blank.

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100) 

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

SF_GetTextFromTableCellUsingObject

This Keyword retrieves text from a specified table cell that exists on some page of the Salesforce application using query based on the Data Input Arguments provided.

Input Arguments

Object Input

Arguments

Required?

Description

Object

Yes

This keyword takes a table object as Object Input Argument

 

Data Input Arguments

Required?

Description

Column Name

Yes

Provide the Column Name of the table whose text has to be fetched.

Object

Index

Yes

Provide the Index of the Object inside the table cell.

Note: Object Index starts from ‘0’.

Header

Yes

Provide the column name by which the record can be identified

Value

Yes

Provide the Value corresponding to the Identifier provided.

Note:You can provide maximum 5 Header and corresponding value. This Keyword is implemented both in Lightning and Classic mode.

Output

True

If the keyword passes successfully

False

If the keyword fails

Example

  

 

For example, in the above screenshot, if you want to retrieve the text “Burlington Textiles Corp Of America” from the highlighted table row then you can use the keyword “SF_GetTextFromTableCellUsingObject” as follows:

SF_GetTextFromTableCellUsingObject

Object  < Choose a table Object from OR  >

Column Name

ACCOUNT NAME

Object Index

0

Header

   OPPORTUNITY NAME

Value

345

Common Error conditions

Scenarios

Error Message

Debug Information

When Column Name Data Input arguments is blank.

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, output of a previous step, a global variable etc; but it must not be left blank.

Argument(s) : (Column Name) is blank.

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100) 

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

SF_GetTextFromTableCellUsingText

This Keyword retrieves text from specified table cell that exists on some page of the Salesforce application using text provided in the Data Input Arguments.

Input Arguments

Object Input

Arguments

Required?

Description

Object

No

This keyword does not take any Object Input Argument

 

Data Input Arguments

Required?

Description

      Table Name         Yes Provide the Table Name whose cell text has to be retrieved.

Column Name

Yes

Provide the Column Name of the table whose cell text has to be retrieved.

Object

Index

Yes

Provide the Index of the Object inside the table cell.

Note: Object Index starts from ‘0’.

Header

Yes

Provide the column name by which the record can be identified

Value

Yes

Provide the Value corresponding to the Identifier provided.

Note: You can provide maximum 5 Header and corresponding value. This Keyword is implemented both in Lightning and Classic mode.

Output

True

If the keyword passes successfully

False

If the keyword fails

Example

  

 

For example, in the above screenshot, if you want to retrieve the text “Burlington Textiles Corp Of America” from the highlighted table row then you can use the keyword “SF_GetTextFromTableCellUsingText” as follows:

SF_GetTextFromTableCellUsingText

Table Name RECENTLY VIEWED

Column Name

ACCOUNT NAME

Object Index

0

Header

 OPPORTUNITY NAME

Value

345

Common Error conditions

Scenarios

Error Message

Debug Information

When Column Name Data Input arguments is blank.

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, output of a previous step, a global variable etc; but it must not be left blank.

Argument(s) : (Column Name) is blank.

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100) 

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

SF_GoToAccounts

This Keyword clicks on the Accounts Tab and navigates you to the Accounts page of the Salesforce Application. It does not take any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented both in Lightning and Classic mode.

Example

For example, in the above screenshot, the keyword SF_GoToAccounts will click on the highlighted “Accounts” tab and navigates you to the Accounts page of the Salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than salesforce.

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.

Object Not found on the given page.

SF_GoToCalendar

This Keyword clicks on the Calendar Tab and navigates you to the Calendar page of the Salesforce Application. It does not take any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented only in Lightning mode.

Example

For example, in the above screenshot, the keyword SF_GoToCalendar will click on the highlighted “Calendar” tab and navigates you to the Calendar page of the salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_GoToChatter

This Keyword clicks on the Chatter Tab and navigates you to the Chatter page of the Salesforce Application. It does not take any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented both in Lightning and Classic mode.

Example

For example, in the above screenshot, the keyword SF_GoToChatter will click on the highlighted “Chatter” tab and navigates you to the Chatter page of the salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_GoToContacts

This Keyword clicks on the Contacts Tab and navigates you to the Contacts page of the Salesforce Application. It does not take any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented both in Lightning and Classic mode.

Example

For example, in the above screenshot, the keyword SF_GoToContacts will click on the highlighted “Contacts” tab and navigates you to the Contacts page of the salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_GoToDashboards

This Keyword clicks on the Dashboards Tab and navigates you to the Dashboards page of the Salesforce Application. It does not takes any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented both in Lightning and Classic mode.

Example

For example, in the above screenshot, the keyword SF_GoToDashboards will click on the highlighted “Dashboards” tab and navigates you to the Dashboards page of the salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_GoToFiles

This Keyword clicks on the Files Tab and navigates you to the Files page of the Sales Force Application. It does not takes any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented only in Classic mode.

Example

 

For example, in the above screenshot, the keyword SF_GoToFiles will click on the highlighted “Files” tab and navigates you to the Files page of the salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_GoToForecasts

This Keyword clicks on the Forecasts Tab and navigates you to the Forecasts page of the Sales Force Application. It does not takes any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented only in Classic mode.

Example

For example, in the above screenshot, the keyword SF_GoToForecasts will click on the highlighted “Forecasts” tab and navigates you to the Forecasts page of the salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_GoToGroups

This Keyword clicks on the Groups Tab and navigates you to the Groups page of the Sales Force Application. It does not takes any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented only in Lightning mode.

Example

For example, in the above screenshot, the keyword SF_GoToGroups will click on the highlighted “Groups” tab and navigates you to the Groups page of the salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_GoToHome

This Keyword clicks on the Home Tab and navigates you to the Home page of the Sales Force Application. It does not takes any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented both in Lightning and Classic mode.

Example

For example, in the above screenshot, the keyword SF_GoToHome will click on the highlighted “Home” tab and navigates you to the Home page of the salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_GoToLeads

This Keyword clicks on the Leads Tab and navigates you to the Leads page of the Sales Force Application. It does not take any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented both in Lightning and Classic mode.

Example

For example, in the above screenshot, the keyword SF_GoToLeads will click on the highlighted “Leads” tab and navigates you to the Leads page of the salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_GoToNotes

This Keyword clicks on the Notes Tab and navigates you to the Notes page of the Sales Force Application. It does not takes any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented only in Lightning mode.

Example

For example, in the above screenshot, the keyword SF_GoToNotes will click on the highlighted “Notes” tab and navigates you to the Notes page of the salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_GoToOpportunities

This Keyword clicks on the Opportunities Tab and navigates you to the Opportunities page of the Sales Force Application. It does not takes any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented both in Lightning and classic mode.

Example

For example, in the above screenshot, the keyword SF_GoToOpportunities will click on the highlighted “Opportunities” tab and navigates you to the Opportunities page of the salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_GoToProducts

This Keyword clicks on the Products Tab and navigates you to the Products page of the Sales Force Application. It does not takes any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented only in classic mode.

Example

 

For example, in the above screenshot, the keyword SF_GoToProducts will click on the highlighted “Products” tab and navigates you to the Products page of the salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_GoToQuotes

This Keyword clicks on the Quotes Tab and navigates you to the Quotes page of the Sales Force Application. It does not takes any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented only in Lightening and classic mode.

Example

 

For example, in the above screenshot, the keyword SF_GoToQuotes will click on the highlighted “Quotes” tab and navigates you to the Quotes page of the salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_GoToReports

This Keyword clicks on the Reports Tab and navigates you to the Reports page of the Sales Force Application. It does not take any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented only in classic mode.

Example

 

For example, in the above screenshot, the keyword SF_GoToReports will click on the highlighted “Reports” tab and navigates you to the Reports page of the salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_GoToTab

This Keyword clicks on the specified Tab of the Salesforce Application. It takes TabName as the Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any object input argument.

Data Input Arguments

Required?

Description

TabName

Yes

Specify the Name of the Tab to be pressed.

Output

 

True

If the keyword passes successfully

False

If the keyword fails

Note: This Keyword is implemented both in Lightning and classic mode.

Example

For example, in the above screenshot, the keyword SF_GoToTab will click on the highlighted “Accounts” tab and navigates you to the Accounts page of the salesforce application. You can use the keyword as follows:

SF_GoToTab

TabName

Accounts

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than salesforce.

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.

Object Not found on the given page.

SF_GoToTasks

This Keyword clicks on the Tasks Tab and navigates you to the Tasks page of the Sales Force Application. It does not takes any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This Keyword is implemented only in Lightning mode.

Example

For example, in the above screenshot, the keyword SF_GoToTasks will click on the highlighted “Tasks” tab and navigates you to the Tasks page of the salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_GroupExists

This Keyword checks whether a specified group record exists or not in the Salesforce Application based on the Data Input Arguments provided.

Input Arguments

Object Input

Arguments

Required?

Description

Object

No

This keyword doesn’t take any object input argument.

 

Data Input Arguments

Required?

Description

Name

Yes

Provide the Name of the record whose Existence has to be verified.

Members

Yes

Provide the Members of the record whose Existence has to be verified.

Owner

Yes

Provide the Owner of the record which has to be verified.

Identifier

Yes

Provide the column name by which the record can be verified.

Value

Yes

Provide the Value corresponding to the Identifier provided.

Note: You can provide maximum 2 Identifiers and corresponding value. This Keyword is implemented both in Lightning and classic mode.

Output

True

If the Group Exists If the keyword passes successfully

False

If the keyword fails

Example

  

 

For example, in the above screenshot, if you want to verify the Existence of the highlighted record then you can use the keyword “SF_GroupExists” as follows:

SF_GroupExists

Name

adsdax(Private)

Members

1 Member

   Owner

Srikant Pandey

Identifier

    LAST ACTIVITY

Value

11/7/2017 1:22 AM

Common Error conditions

Scenarios

Error Message

Debug Information

When Name Data Input arguments is blank.

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, output of a previous step, a global variable etc; but it must not be left blank.

Argument(s) : (Name) is blank.

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100) 

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

SF_LaunchApp

This Keyword clicks on the Application Launcher of the Sales Force Application and then opens the specified application. It takes App Name that has to be launched as Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any object input argument.

Data Input Arguments

Required?

Description

AppName

Yes

Specify the Name of the Application to be launched.

Output

True

If the keyword passes successfully

False

If the keyword fails

Note: This keyword is implemented both in Lightning and Classic mode.

Example

For example, in the above screenshot, if you want to click on the Application Launcher of the Sales Force Application and then opens the highlighted applicationSales_Srikant” then you can use the keyword SF_LaunchApp as follows:

SF_LaunchApp

App Name

Sales_Srikant

Common Error conditions

Scenarios

Error Message

Debug Information

When Blank Data Input arguments are provided

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, output of a previous step, a global variable etc; but it must not be left blank.

Argument(s) : (AppName) is blank.

When user opens some application other than sales force.

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.

Inner Object Not found

SF_Logout

This Keyword logouts from the Sales Force Application . It does not require any Object or Data Input Arguments.

Input Arguments

Object Input Arguments

Required?

Description

Object

No

This keyword doesn’t take any 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

Note: This keyword is implemented both in Lightning and Classic mode.

Example

For example, in the above screenshot, the keyword SF_Logouts will click on the highlighted “Logout” link and logouts you out of the salesforce application.

Common Error conditions

Scenarios

Error Message

Debug Information

When the keyword is launched without using Open browser keyword.

Insufficient Privileges (-14100)

DESCRIPTION:

The system does not have sufficient privileges to carry out a particular task. This mostly happens when the currently logged-in user at the execution site does not have permission to access a particular resource. The protected resource may be a network share, folder or a drive. User may contact the system administrator to sort out the issue.

Either Browser was never Opened  or all SalesForce instances were closed

When user opens some application other than sales force.

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.

Object Not found on the given page.

SF_LeadsExists

This Keyword checks whether a specified lead record exists or not in the Salesforce Application based on the Data Input Arguments provided.

Input Arguments

Object Input

Arguments

Required?

Description

Object

No

This keyword doesn’t take any object input argument.

 

Data Input Arguments

Required?

Description

Name

Yes

Provide the Name of the record whose Existence has to be verified.

Company

Yes

Provide the company of the record whose Existence has to be verified.

Email

Yes

Provide the Email of the record which has to be verified.

Identifier

Yes

Provide the column name by which the record can be verified.

Value

Yes

Provide the Value corresponding to the Identifier provided.

Note: You can provide maximum 2 Identifiers and corresponding value. This keyword is implemented both in Lightning and Classic mode.

Output

True

If the Lead Exists If the keyword passes successfully

False

If the keyword fails

Example

  

   

For example, in the above screenshot, if you want to verify the Existence of the highlighted record then you can use the keyword “SF_LeadExists” as follows:

SF_LeadExists<