WebEdit object skipped over while UFT filling out webform data
Category:
Question ID: 110178
2
0

UFT is skipping an certain WebEdit sporadically while filling out data on a web form. It fills out most other fields just fine, but for some reason it skips the first edit field.

Marked as spam
Posted by (Questions: 386, Answers: 64)
Asked on July 28, 2021 2:32 pm
3 views
Answers (1)
1
Private answer

UFT might be going too fast for your application, and the WebEdit might not be fully rendered and ready for data when UFT tries to populate it, making it appear as if it is skipped over.

You could try putting a Wait just before the code line that populates it, or even use the WaitProperty to ensure it is in a proper state before trying to interact with it.

Marked as spam
Posted by (Questions: 16, Answers: 807)
Answered on July 28, 2021 2:33 pm
0
Putting a wait in the code worked. Thanks!
( at July 28, 2021 2:33 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top