๐ฅ 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โ
- Go to your script
- Click Run
- Enable Test Mode before confirming the run
- 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