[remote-driver] increase default typing delay

GitOrigin-RevId: 019c9aaec7c53af02ef527af2a9c0bd284b38bbc
This commit is contained in:
vladislav.shishov
2025-06-03 11:38:53 +03:00
committed by intellij-monorepo-bot
parent ef021f4b72
commit 4a0a30d160

View File

@@ -74,7 +74,7 @@ class RemoteKeyboard(private val robot: Robot) {
}
}
fun typeText(text: String, delayBetweenCharsInMs: Long = 50) {
fun typeText(text: String, delayBetweenCharsInMs: Long = 150) {
step("Type text '$text'") {
LOG.info("Entering text '$text'.")
text.forEach {