Question
1
Replies
826
Views
Accenture
Posted: November 2, 2017
Last activity: August 23, 2018
Closed
Send keys event method available in openspan?
send keys and send keys event are different!
send keys we need focus to perform.
Send keys event we don't need any focus it is used for hvd RPA process, suggest me how to use?
Hello,
Use the Focus parameter to specify whether the control should receive focus when the key or command is sent. This parameter is usually set to True to focus the control.
Thanks,
Chris