- This topic has 1 reply, 2 voices, and was last updated 8 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Is there a full documentation on classes, methods, properties etc. used in scripts? For example, Link(), TextField() or Button() methods.
Hello,
Check out the Knowledge Base article on classes, methods and properties: https://www.dotcom-monitor.com/wiki/everystep/everystepscripting-tool-classes-methods-properties-etc/
Beyond these documented elements, basically script is a valid C# code run in a sandbox. For the interaction with websites it uses a set of classes with predefined methods and properties, which work directly with HTML.
RIA feature works with browser window directly, without considering page origin (HTML, Flash, PDF, etc.)
Some further info/samples can be found here:
Kind regards.