How to enter copied text as human in browser profiles
“Paste as human” lets you reuse copied text without typing it out manually. Instead of inserting everything at once, Multilogin enters the text character by character with short delays and occasional corrected typos.
➡️ Copy the text → click the field in a browser profile → right-click and choose “Paste as human”, or press Ctrl + Shift + H.
It’s useful for things you enter often, such as email addresses, usernames, passwords, or other saved text.
Available for browser profiles only
“Paste as human” works inside Multilogin browser profiles. It isn’t available for Android cloud phones.
Who can use this feature?
- 👨💻 Account owner and all team members
- 💰 Available on all plans
How human typing emulation works
When you use “Paste as human”, Multilogin enters the clipboard text as individual keystrokes.
By default, the feature uses:
- Typing delay – adds 100–200 ms between keystrokes, plus 100 ms at the end
- Typing errors – adds random errors at a 3%–12% rate and corrects them with backspace
How to use human typing emulation
Right-click method
- Copy the text
- Right-click in any input field
- Select “Paste as human” from the menu
Shortcut method
- Copy the text
- Click into the input field
- Press Ctrl + Shift + H (works on all operating systems)
How to change the typing settings
You can change the typing speed and error rate for a browser profile through cmd_params using the Multilogin API.
Mimic
"cmd_params": {
"params": [
{ "flag": "paste-as-human-type-speed", "value": "200" },
{ "flag": "paste-as-human-error-rate", "value": "0.8" }
]
}Stealthfox
"cmd_params": {
"params": [
{ "flag": "browser.pasteAsHuman.typeDelay", "value": "200" },
{ "flag": "browser.pasteAsHuman.errorRate", "value": "0.8" }
]
}FAQ
Can I change how fast the text is entered?
Yes. Adjust the typing delay through the profile-level cmd_params settings.
What fields does paste as human work with?
It works with most standard input fields, including usernames, email addresses, and passwords.
Can I use paste as human in cloud phones?
No. This feature is for browser profiles only.