Skip to main content

๐Ÿ–ฅ Live Preview

Fuyu supports real-time browser preview for your jobs through Test Mode. This lets you watch the script execute step by step in a real browser session.


๐Ÿงช What is Test Mode?โ€‹

When you enable Test Mode before starting a job, Fuyu:

  • Opens a real Chrome browser in the cloud
  • Streams a live view via VNC
  • Lets you see everything your script is doing

This is useful for debugging:

  • Clicks not working
  • Selectors not matching
  • Unexpected page layouts
  • Captchas or redirects

๐Ÿงญ How to Useโ€‹

  1. Go to your script
  2. Click Run
  3. Enable Test Mode before confirming the run
  4. Open the job and click Live Preview once it's running

Youโ€™ll see a browser window in real time as the script executes.


๐Ÿ’ณ Costโ€‹

Test Mode jobs consume slightly more credits than normal jobs, due to the extra resources required for real-time streaming.


๐Ÿ›  Tipsโ€‹

  • Combine Test Mode with print() to debug logic and track execution
  • Watch timing-sensitive flows like animations or modals
  • Great for visual verification or QA tasks