Contribution To Other BalderHub ******************************* This package provides contribution code to some other BalderHub projects. Find more about it, within this module. If you want to install this package with support for all CONTRIB packages, you can install it like .. code-block:: none >>> pip install balderhub-html[all] Contrib for ``balderhub-auth`` ============================== For activating this module, you need to install the package like shown below .. code-block:: none >>> pip install balderhub-webdriver[auth] Once installed you can use it. Permission Tests ---------------- For permission tests you can use the ready-to-use setup feature :class:`balderhub.webdriver.contrib.auth.setup_features.client.OperationHandlingOverWebdriverFeature`. This feature provides the full implementation for opening :class:`balderhub.http.contrib.auth.utils.HttpOperation`. You only need to add the webdriver setup feature to the same device and everything else is already implemented. .. note:: You can find more information about the implementation of HTTP permission tests within the `contrib section of the balderhub-http package `_.