You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Controls the browser without using the Chrome DevTools Protocol (CDP), which can reduce bot detection signals.
45
-
Emulates native keyboard and mouse input directly at the OS level.
45
+
Emulates native keyboard and mouse input directly at the OS level and includes human-like [bezier curves](/browsers/computer-controls#move-the-mouse) by default.
46
46
47
47
## Getting Started
48
48
@@ -71,7 +71,3 @@ Once you have a stable baseline, replicate those conditions in your automations.
71
71
|**Rate Limits**| Many sites monitor request frequency; rapid / concurrent actions can trigger blocking. |
72
72
|**Network Identity**| Use stable IP addresses, especially if logging in. |
73
73
|**Extensions**| Use the [Extensions API](/browsers/extensions) carefully — each adds its own fingerprint, which can be detected. |
74
-
75
-
## Conclusion
76
-
77
-
Bot detection is nuanced and constantly evolving. **Kernel provides the building blocks — browsers, proxies, profiles, and APIs — to help agents operate safely and reliably.** Our mission is to help developers automate the web on behalf of users and with their consent, while respecting the systems that keep the internet secure.
Copy file name to clipboardExpand all lines: browsers/headless.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
title: "Headless Mode"
3
3
---
4
4
5
-
Kernel browsers ship in `Headful` mode by default. In Headful mode, the launched browser has a corresponding GUI. This enables features like [live view](/browsers/live-view) and [replays](/browsers/replays).
5
+
Kernel browsers ship in `headful` mode by default. In headful mode, the launched browser has a corresponding GUI. This enables features like [live view](/browsers/live-view) and [replays](/browsers/replays).
6
6
7
-
`Headless` mode runs without a visual interface. They generally run faster and have a lighter footprint (1 GB rather than headful's 8 GB), resulting in significant cost savings. This is useful for short-lived or highly concurrent browser automations.
7
+
`headless` mode runs without a visual interface. They generally run faster and have a lighter footprint (1 GB rather than headful's 8 GB), resulting in significant cost savings. This is useful for short-lived or highly concurrent browser automations.
8
8
Some bot detectors may detect headless mode.
9
9
10
-
To launch a Kernel browser in `Headless` mode, set its config:
10
+
To launch a Kernel browser in `headless` mode, set its config:
Copy file name to clipboardExpand all lines: info/support.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ title: "Support"
4
4
5
5
## Trial, Free, Hobbyist
6
6
7
-
Users on the Trial, Free, and Hobbyist plans get email support on a best-effort basis.
7
+
Users on the Trial, Free, and Hobbyist plans get email support on a best-effort basis. Check out our [Discord](https://discord.gg/FBrveQRcud) to get support from our community.
0 commit comments