Votes
Answers
Views
Question
0
votes
1
answer
178
views
asked 9 years ago by juuch
updated 9 years ago by bubblehead712
I have a field that I have to use Sendkeys with but it's sending too fast, so I'm trying to slow down the data entry. This is my code: Set WshShell = CreateObject("WScript.Shell") Browser("ATLIS").Page("Roles & Permissions").WebEdit("Search Box").Click For i = 1 To Le...
0
votes
4
answers
585
views
I have a WebEdit that can only be interacted with via the Sendkeys method. My problem is that UFT is not interacting correctly with the subsequent field. I have to enter data in a second WebEdit field, but UFT is only entering a few of the characters. I cannot use a hard-coded "Wait" stateme...