Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2457
    Sergejus
    Guest

    Is there a full documentation on classes, methods, properties etc. used in scripts? For example, Link(), TextField() or Button() methods.

    #2458

    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:

    writing our own script

    Kind regards.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.