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
### Nested Schema for `script.events.event.keystrokes`
709
709
710
-
Required:
711
-
712
-
-`text` (String) The text to enter
713
-
714
710
Optional:
715
711
716
-
-`masked` (Boolean) Indicates whether the `textValue` is encrypted (`true`) or not (`false`)
712
+
-`credential` (Block List, Max: 1) Credentials for this event (see [below for nested schema](#nestedblock--script--events--event--keystrokes--credential))
713
+
-`masked` (Boolean) Indicates whether the `textValue` is encrypted (`true`) or not (`false`). Must not be specified if `credentials` from the vault are being used
717
714
-`simulate_blur_event` (Boolean) Defines whether to blur the text field when it loses focus.
718
715
Set to `true` to trigger the blur the `textValue`
719
716
-`target` (Block List, Max: 1) The tab on which the page should open (see [below for nested schema](#nestedblock--script--events--event--keystrokes--target))
717
+
-`text` (String) The text to enter. Must not be specified if `credentials` from the vault are being used
720
718
-`validate` (Block List, Max: 1) The validation rules for the event—helps you verify that your browser monitor loads the expected page content or page element (see [below for nested schema](#nestedblock--script--events--event--keystrokes--validate))
721
719
-`wait` (Block List, Max: 1) The wait condition for the event—defines how long Dynatrace should wait before the next action is executed (see [below for nested schema](#nestedblock--script--events--event--keystrokes--wait))
0 commit comments