Features
This section describes all features that are shipped with this package.
Scenario Features
- class balderhub.guicontrol.lib.scenario_features.GuiControlFeature(**kwargs)
Bases:
FeatureBasic scenario feature implementation of a GUI control tool. It offers a simple interface for creating and quiting the tool.
- create() None
set up the guicontrol tool resource
- property driver: BaseDriverClass
- Returns:
returns the base driver class (holds the custom implementation of the guicontrol tool)
- quit() bool
releases all resources belonging to the driver
- Returns:
returns true in case the driver was initialized and quit call was successful
Setup Features
Note
This package does not provide any specific setup features. Please checkout your specific subpackage.