Editors

GUI editors are available for these resource types:

Steps

A task is a (nested) series of steps.

Value Sources

Steps can have parameters - the values of those are supplied by value sources. You can think of a value source as a function that returns a value. It is evaluated when needed and has access to the execution context.

Not only steps use value sources - many other configurable parameters in Muse are configured with value sources.

Selenium

Selenium/WebDriver support is built into the Muse Automation Framework and MuseIDE.

Plug-ins

Plugins are a mechanism for performing actions during a task in reaction to events raised by steps, value sources, etc.

Extensions

The Muse Automation Framework can load Extensions in a project to add new capabilities.

More topics