Skip to main content

Element Properties Window

🔗 Original page — Source of this material


Description

When working with the HTML code of a page, depending on the tag, an element has its own attributes that help you analyze or identify the object for further work.

When analyzing the source code, you may often come across elements that seem identical at first glance, which can lead to incorrect results when working with data. By using the Element Properties window, you can examine objects in detail, specifically their attributes (properties).

image-20210608-102347

How do you work with the window?

Enabling the window

To enable it, click Window in the top menu and select Element Properties:

image-20200819-135602

Showing information for the desired element

There are several ways to display information in this window for the element you’re interested in:

The “Properties” tab

image-20210608-104655

This tab is open by default.

It displays the attributes of the selected HTML element.

The “Events” tab

image-20210608-104936

This tab displays the JavaScript events attached to this element.

IMPORTANT! An event will only appear here if it’s explicitly specified as an attribute in the HTML code of the element being analyzed:

image-20210608-105217

The “Show Empty Fields” button

image-20210608-105747

When enabled, the “Properties” and “Events” tabs will also display empty attributes/events.

Before enabling

image-20210608-105628

After enabling

image-20210608-105646

The “Refresh Fields” button

image-20210608-110005

This button lets you refresh the values of the element’s attributes.