Man illustrationFlower illustration

Get methods

Estimated reading: 2 minutes 272 views

Get methods activity is used for getting data from the desired fields through the browser or application.


*Application nameThe reference name of applications which has already been opened or attached is chosen in the dropdown.
*FieldIt is the field where the location (XPath) of the area is written.
*TypeTo get data, the appropriate action should be selected.
Attribute nameIf “Attribute” is selected as an action in the Type property, the attribute name to be fetched must be written.
*Result variable nameThe variable name is defined in this property to store the data received from the application in a variable and use it in the next process step.
Note: * Fields selected with are required, others are optional.

You can use the Applications name as shown in the example.

${robustaWebpage}

You can use the Field as shown in the example.

(//input[@title=”Arama”])[1]

You can use the Type as shown in the examples.

It returns the given content as text:

Text

It returns the “attribute” value in the location (Xpath) information entered:

Value

It returns the value of this attribute by entering the desired attribute information in the entered location (Xpath) information:

Attribute

When the application is opened, it brings up the page title:

Title

It brings up the link when the application is opened:

URL

You can use the Attribute name as shown in the examples.

Attribute Name is not required for Title and Url option in actions.

Attribute Name is not required for Text option in Actions

value

name

You can use the Result variable name as shown in the example.

getResult
Share this Doc

Get methods

Or copy link

CONTENTS
Chat Icon Close Icon