WebEdit object skipped over while UFT filling out webform data
Question ID:
110178
♥ 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
|
Answers (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
|