add method

add

Adds a scenario.

Returns

The index in the list of scenarios.

def add(self, name):
    ...
ParameterTypeDescription
namestrThe name of scenario.

See Also