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, results_writer, config)[source]¶ Bases:
objectThe main hight quarter that will receive informations from the turrets and send the start message
Parameters: - int (rc_port) – the port for publishing information to turrets
- int – the result collector port for collecting results from the turrets
- ResultsWriter (results_writer) – the results writer
- dict (config) – the configuration of the test