mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[remote-driver] increase default typing delay
GitOrigin-RevId: 019c9aaec7c53af02ef527af2a9c0bd284b38bbc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ef021f4b72
commit
4a0a30d160
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user