Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
iconfalse
titleThis page has been translated automatically

We want to provide you with the latest help content in your language as soon as possible. This page has been translated automatically and may contain grammatical errors or inaccuracies. We want this content to be useful to you. Please let us know at the bottom of this page if this information was helpful.

View the original article in Russian: Свойства действия


Description

At the stage of editing and debugging a project, you can change all previously recorded action parameters

...

.


How to open a window?

It all depends on the display mode of the open project.

  • with browser:

    • it is necessary to enable the display of this window in the Window => Action Properties menu. This window will display the settings for the selected action.

Image Added
  • without browser:

    • you need to double-click on the action and

...

    • the properties

...

    • window will open. In this mode, you can open a window for several actions at once:

Image Added

“With Browser” Mode

Image Added

“Without Browser” Mode

Image Added

In the "With browser" mode, you also have the ability to open the properties window for several actions at once. To do this, open the Edit window => Settings => Editor tab. And enable the option Open multiple action properties in “With browser” mode.


“Executed” button

If an error is fixed in the action during debugging, you can correct certain parameters in real time. The ability to view

...

the value of the variables with which the action was executed will help you with this:

...

Image Added

After activating this function, the variables will be replaced with the values they store.

Note

Will only fire after the action has been executed.

Before activation

Image Added

After activation

Image Added

Comment

For the convenience of navigating through the project, you can specify a comment for the action:

Image Added

You can also change this text by right-clicking on the action and selecting the Comment item from the context menu:

Image Added

Breakpoint

Allows you to pause the execution of the project on the selected action. It is very convenient when debugging, when it is necessary to analyze the contents of variables, pages at a certain moment of the project.

You can enable it in two ways: through the context menu and in the properties of the action.

Context menu

Image Added

Action properties

Image Added

After turning it on, an icon will appear on the action - a red circle:

Image Added

Optional

When this option is enabled, the action will always exit on the successful (green) branch, even if it actually failed.

As with the breakpoint, there are two ways to make an action optional: context menu and action properties

Image Added
Image Added

Action view:

...

Image Added