manen.exceptions#

Exceptions raised by manen.

exception manen.exceptions.DriverNotFound[source]#

Bases: ManenException

Can not find a driver executable used by the web drivers.

exception manen.exceptions.ElementNotFound(selectors, driver)[source]#

Bases: ManenException

Can not find inside a specific container an element matching the selectors.

exception manen.exceptions.ManenException[source]#

Bases: Exception

Basic exception.

exception manen.exceptions.PlatformNotRecognized(platform)[source]#

Bases: ManenException

Can not clearly identify the platform running the code.

exception manen.exceptions.UnsettableElement(class_name)[source]#

Bases: ManenException

Cannot set a value to an instance of manen.page_object_model.Element.