oct.core package¶
Submodules¶
oct.core.exceptions module¶
-
exception
oct.core.exceptions.FormNotFoundException[source]¶ Bases:
exceptions.ExceptionRaised in case of FormNotFound with browser
-
exception
oct.core.exceptions.LinkNotFound[source]¶ Bases:
exceptions.ExceptionRaised in case of link not found in current html document
-
exception
oct.core.exceptions.NoFormWaiting[source]¶ Bases:
exceptions.ExceptionRaised in case of action required form if no form selected
-
exception
oct.core.exceptions.NoUrlOpen[source]¶ Bases:
exceptions.ExceptionRaised in case of no url open but requested inside browser class
oct.core.hq module¶
-
class
oct.core.hq.HightQuarter(publish_port, rc_port, stats_handler, config)[source]¶ Bases:
objectThe main hight quarter that will receive informations from the turrets and send the start message
Parameters: - publish_port (int) – the port for publishing information to turrets
- rc_port (int) – the result collector port for collecting results from the turrets
- stats_handler (StatsHandler) – the stats handler writer
- config (dict) – the configuration of the test