SelectCell(x,y) in silverlight AUT not working for me in UFT.
Question ID: 107505
0
0

I have code that I need to select a cell in Silverlight AUT and for some reason SlvTable("–").SelectCell(x,y) does not work.

Marked as spam
Posted by (Questions: 22, Answers: 6)
Asked on March 20, 2017 3:15 pm
158 views
Answers (1)
0
Private answer

I 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 March 20, 2017 3:16 pm
EyeOnTesting

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

X
Scroll to Top