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.
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 “Campaigns” then 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 a specified tablecell 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 a specified tablecell that exists on some page of the Salesforce application using text provided inthe 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 tablecell 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 tablecell that exists on some page of the Salesforce application using text provided inthe 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
SF_GoToForecasts
SF_GoToGroups
SF_GoToHome
SF_GoToLeads
SF_GoToNotes
SF_GoToOpportunities
SF_GoToProducts
SF_GoToQuotes
SF_GoToReports
SF_GoToTab
SF_GoToTasks
SF_GroupExists
SF_LaunchApp
SF_Logout
SF_LeadsExists
SF_OpportunityExists
SF_MouseHoverOnText
SF_RefreshSection
SF_QuoteExists
SF_SelectCalendarView
SF_SetSalesforceEnvironment
SF_SelectEditView
SF_SetDate
SF_SetTime
SF_SelectCheckBoxByText
SF_SelectDisplayAs
SF_SelectDropdownByText
SF_SelectListViewControl
SF_SelectNew
SF_SelectRadioButtonByText
SF_SwitchToSalesforceLightning
SF_SwitchToSalesforceClassic
SF_TypeByText
SF_TypeTextInTableCellUsingObject
SF_TypeTextInTableCellUsingText
SF_VerifyWidgets
SF_SearchAndSelect
SF_LaunchAppAndSelectItem
SF_ClickOnQuickAction
SF_ClickArrowInTableCellByQuery
SF_GetObjectTextByLabel
SF_GetTableRowCount
SF_GetTableCellText
SF_VerifyTextFromTableCellByQuery
SF_PerformActionInRelatedList
SF_ClickButtonInRelatedList
SF_DeselectDataFromPickList
SF_ClickTextInTableCellUsingText
SF_GetAuthorizationToken
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article