Votes
Answers
Views
Question
0
votes
1
answer
97
views
asked 8 years ago by bhogapuram
updated 8 years ago by raja
Hello All, In UFT 12.54 the WebRadioGroup values showing as numbers instead of the correct value. WebRadioGroup Values not Identified Correctly. The values for this object are: Ealuation, Request, Report. When we spy in the properties they are misidentified as 221,225... Its worked fine in UFT v12.5...
1
vote
1
answer
226
views
asked 8 years ago by bhogapuram
updated 8 years ago by raja
UFT 12.54 cannot generate script when record javaFX app. When tried to use the Object Spy, it was considered as windows object instead of recognizing java object.
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...