Class: Context

Context()

Variations of Marionette contexts.

Choosing a context through the Marionette:SetContext command directs all subsequent browsing context scoped commands to that context.

Constructor

new Context()

Source:

Methods

(static) fromString(s) → {Context}

Gets the correct context from a string.

Parameters:
Name Type Description
s string

Context string serialisation.

Source:
Throws:

If s is not a context.

Type
TypeError
Returns:

Context.

Type
Context