============== on_page_loaded ============== on_page_loaded(task) **domain**: client **language**: javascript **class** :doc:`Task class ` Description =========== The ``on_page_loaded`` event is the first event triggered on the client. See :doc:`Workflow `. Use it to initialize the client. The ``task`` parameter is the root of the client :doc:`task tree `. See also ======== :doc:`Workflow ` :doc:`Task tree `