General Run error on swfComboBox
Question ID: 104895
0
0

I am trying to run some code and every time I call
Swfwindow("QQ"). swfComboBox("WW").Select "something" I get a General Run Error. Does anybody know how to fix this issue?

QTP 11 win7 32 bit

Marked as spam
Posted by (Questions: 28, Answers: 0)
Asked on March 13, 2013 7:58 pm
48 views
Answers (1)
2
Private answer

There is a hotfix for SWFComboBox throwing General Run Error. Contact HP Support or your HP Support Partner for this patch. If that does not fix then recommend using the type method. For example:

From:

Swfwindow(''QQ''). swfComboBox(''WW'').Select ''something''

To:

Swfwindow(''QQ''). swfComboBox(''WW'').Type ''something''

Marked as spam
Posted by (Questions: 2, Answers: 98)
Answered on March 13, 2013 8:00 pm
0
Patch did not help but the .Type Method work great. Thank you
( at March 13, 2013 8:05 pm)
EyeOnTesting

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

X
Scroll to Top