======= Console ======= The console allows you to view the logs of Wizard and execute python script. To open the console click on the |console| button or go to `Wizard > Window > Console` .. |console| image:: _images/console_button.png :width: 30 :alt: Alternative text .. image:: _images/open_console.gif :width: 1200 :alt: Alternative text ---------------- The logs section ---------------- This section allows you to see the different logs of wizard. .. image:: _images/console_log_section.jpg :width: 1200 :alt: Alternative text You can clear the text in this section by going to `Console > Clear` .. image:: _images/clear_console.gif :width: 1200 :alt: Alternative text You can also submit the content of the console to the support, go to `Console > Send to support` .. image:: _images/console_send_to_support.gif :width: 1200 :alt: Alternative text ------------------ The script section ------------------ This section allows you to execute python script. .. image:: _images/console_script_section.jpg :width: 1200 :alt: Alternative text Write your script and press `ctrl + enter` or go to `Script > Execute` .. image:: _images/console_execute_script.gif :width: 1200 :alt: Alternative text