Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of contents:

Expand
titleClick here to expand the table of contents
Table of Contents
exclude^Оглавление$

...

In this field, you can manually specify a value, and not choose from the proposed.

You can also use project variables here ( {-Variable.var_name-} )

...

Default , the value is taken from the project settings .
Custom - set a personal emulation level for this action (project settings in this case will be ignored)

...

Then we select which attribute (3) needs to be updated in the found element. In our case, value is selected , i.e. the directly displayed value of the input field will be changed. After that, in the Value field (4), enter the text that you want to insert. In this field, you can use project variables in the form of macros - {-Profile.Name-} , {-Variable.generatedText-} , {-Page.Url-} . Variables can be used to construct complex constructs: this is how a string for inserting a date of birth based on values from a profile {-Profile.BornDay -}. {- Profile.BornMonth -}. {- Profile.BornYear-} might look .

...

Info

If you are developing a large and complex project that will need to be supported for a long time, then try to use the Action Comments as much as possible. After a week, a month or half a year, having opened the project, you can understand from the comments what and how it works, there will be no need to launch the project (to clearly see what this action does) and / or go into the action settings. You can also use notes in the project .

...

After everything is installed and checked, you can click Add to Project - our new action will appear on the project canvas.

...