Silverlight add-in identifying fields in UFT GUI
Question ID: 107690
7
0

We’re having issues with the Silverlight add-in identifying fields, we are on Silverlight version 5.1.40416.0\\. Is there a higher patchset we need to install to fix this issue?

Marked as spam
Posted by (Questions: 22, Answers: 6)
Asked on June 27, 2017 12:42 pm
37 views
Answers (1)
7
Private answer

I have found that a click was required in a SlvEdit before attempting to enter data for user ID and password fields works for me.

Also had issue with SlvTable recording a SelectCell when it should click on cell child object. Change code from

..SelectCell (0,0)
to:

Set MyCollection= ...GetCellChildobject(0,0) MyCollection(0).click()

Marked as spam
Posted by (Questions: 2, Answers: 98)
Answered on June 27, 2017 12:44 pm
EyeOnTesting

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

X
Scroll to Top