What websites may check
Websites may evaluate:- Browser type and version
- User agent
- Cookies and session state
- Language and timezone
- Screen size or viewport
- IP address and location
- Loading behavior
- Interaction timing
- Repeated request patterns
Why it matters
Fingerprinting can cause tasks to behave differently across environments.How to reduce fingerprint-related issues
1
Test locally first
Observe how the website behaves in the built-in browser.
2
Stabilize login and cookies
Use consistent login and cookie settings for session-dependent pages.
3
Control location when needed
Use proxies if the website serves different content by region or IP.
4
Avoid aggressive runs
Add waits and avoid excessive frequency that looks unnatural.
5
Compare logs
Compare local and cloud run behavior using logs when failures appear only in one environment.
Best practices
- Keep task behavior close to normal browsing patterns.
- Add waits for dynamic content.
- Avoid unnecessary repeated page reloads.
- Use stable sessions for login-required sites.
- Use proxies only when they solve a clear access or location issue.
- Re-test tasks after major website changes.