Page Editor Run Mode

Run Mode in the Page Editor allows you to test the specific page you are working on in real-time. This feature enables you to interact with your page as an end user, simulating the page’s functionality and ensuring that all elements behave as expected. Unlike the Run Tab, which tests the entire app, Run Mode in the Page Editor focuses solely on the current page you are editing, making it ideal for testing individual pages without switching between different environments.

How to Use Run Mode in Page Editor

  1. Entering Run Mode To test the current page, simply click on the Run icon in the Top Bar of the Page Editor. This will activate Run Mode for the page you’re working on. Once activated, the Play icon will change to an electric shock symbol, indicating that the page is in Run Mode.

  2. Interacting with the Page While in Run Mode, you can interact with the page just as an end user would. Test buttons, forms, and other interactive elements to ensure the page is functioning correctly. All changes made to the page will be reflected in real-time, enabling you to review and modify elements dynamically.

  3. Pausing Run Mode To exit Run Mode and return to Editor Mode, simply click on the electric shock icon again. This will pause the execution, allowing you to resume editing the page and make any necessary adjustments.

  4. Debugging in Run Mode Debugging in Run Mode is the same as in the Run Tab. You can enable breakpoints, inspect data, and step through the execution as needed. For more detailed instructions on debugging, refer to the Debugging section in the documentation.


Run Mode in the Page Editor is an essential tool for testing and validating the functionality of individual pages during the development process. It offers a focused, real-time preview of your work, allowing for quick iterations and refinements before moving on to the next stage of development.

Last updated