mokr.exceptions

Module Contents

exception mokr.exceptions.MokrTimeoutError

Bases: asyncio.TimeoutError

Initialize self. See help(type(self)) for accurate signature.

exception mokr.exceptions.BaseMokrException

Bases: Exception

Initialize self. See help(type(self)) for accurate signature.

exception mokr.exceptions.ElementHandleError(message: str = 'Node is either not visible or not an HTMLElement.')

Bases: BaseMokrException

Initialize self. See help(type(self)) for accurate signature.

exception mokr.exceptions.NetworkError

Bases: BaseMokrException

Initialize self. See help(type(self)) for accurate signature.

exception mokr.exceptions.BrowserError

Bases: BaseMokrException

Initialize self. See help(type(self)) for accurate signature.

exception mokr.exceptions.PageError

Bases: BrowserError

Initialize self. See help(type(self)) for accurate signature.

exception mokr.exceptions.FirefoxNotImplementedError

Bases: NotImplementedError

Initialize self. See help(type(self)) for accurate signature.