Multiple choice technology testing

Send Keys can be used to redirect some keystrokes to any application that has the focus. State true or false

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SendKeys is a method that simulates keystrokes and sends them to the application that currently has focus. It can redirect keystrokes to any active application window. This is a standard feature for automating keyboard input across applications.