EveryStep Scripting Tool Object Model
In this article, you can find core classes, related fields, methods, properties, interfaces, and enums that can be used to edit or create an EveryStep Script manually in one of the available source code editors.
Find the EveryStep Tool Class Diagram below.
Core Classes
Serves as the base class for the script execution context methods. | |
Provides methods to support operations with web page content. | |
Supports operations with certificate filters. | |
Supports console output filters. | |
Provides methods for browser’s DevTools Console monitoring. | |
Provides a method to set video recording modes. | |
Supports method calls to the playback engine. | |
Provides methods to enable network filters and filter out certain web elements upon the script execution. | |
Provides methods to set a series of monitoring and alerting rules based on specific content, domain name, and error type. | |
Tabs | Supports methods on the script level. |
Represents a region that will be hidden on the web page on playback of the recorded video. | |
Provides methods to set the region that will be hidden on the web page on playback of the recorded video. | |
Implements the IHtmlElement interface. | |
Implements the ITabElement interface. |
Interfaces
ITabElement | Provides functionality to work with <frame> and <iframe> HTML elements. |
IHTMLElement | Provides functionality to work with HTML elements. See the DMElement class for implementation. |
IHtmlDocument | Supports processing of the HTML document. |