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

...

Description

The browser window is one of the main elements of ProjectMaker for building site automation templates. In fact, a browser window is a browser instance with additional tools that make it easier and faster to develop projects.

...

Opens a modal window in which you need to enter the name of the new tab. The same action can be executed using the "cube" Browser tab control (browser tab)

Input mode

...

Switches the browser data entry mode to “mouse” or “touch”. Serves mainly for one task - in the “touch” mode when recording is on, blocks with touch event are created and vice versa.

Extensions

...

Allows you to interact with installed extensions (Activation, Settings, Details, Deletion). It is also possible to install new extensions via crx files.

To install the extension, you will need to specify the path to the crx file. If necessary, then check out how to download this file - How to download crx extension file

Web developer tools

...

Opens the Web Developer Tools window, similar to the one in the Chrome browser. Used for more advanced work with DOM, applications, page traffic.

Note

This window opens for the currently active tab!

View source code

...

Opens a window with the source code, DOM and text of the page displayed in the active tab of the site. In addition to this window, you can get the DOM, source code and page text using the project environment variables:

{-Page.Dom-}
{-Page.Source-}
{-Page.Text-}

Web developer tools

...

Opens the Web Developer Tools window, similar to the one in the Chrome browser. Used for more advanced work with DOM, applications, page traffic.

...

Clear cache

...

Quick access to the functionality of a similar cube - clears the entire browser cache. You can also perform this action using the Clear Cache action.

...

Info

In ZennoPoster 7.3.1.0 a new action has been added for works with cookies, which allows not only clearing, but also loading and saving cookies in different formats.

Input mode

...

Switches the browser data entry mode to “mouse” or “touch”. Serves mainly for one task - in the “touch” mode when recording is on, blocks with touch event are created and vice versa.

Extensions

...

Allows you to interact with installed extensions (Activation, Settings, Details, Deletion). It is also possible to install new extensions via crx files.

...

.

...

Page loading status indicator

...

Has three states:

  • Done - at full load;

  • Loading - in the process of loading;

  • Reloading - loading data with scripts and plugins.

...

Unlike other browsers, the browser in ProjectMaker has a radically different context menu that can be opened by right-clicking on the working area of the browser window.

...

.

...

Set the value from profile (variable)

These items appear when the context menu is called for a text field.
They allow you to quickly insert text from a profile or from a project variable.

Inspect element

The element tree window and the element properties window will open. There you can study the structure of the document and the parameters of the selected HTML element in more detail. Then we can move it to the action designer to perform any actions on the element (click, set a value, get a value).

...

The action designer opens with the selected search mode for the HTML element via XPath.

Parse data

Parse data

This is CAPTCHA!

This menu item appears when you call the context menu for an image element. The element is marked as a captcha and the Recognize CAPTCHA action is added to the project.

Note

Works only with simple text CAPTCHAs!

Create a check for the existence of the selected text

...