Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Issue with click on SWF button.
posted

We are using the Infragistic TestAdvantage 2007 Vol3 and facing an issue where the QTP is able to set focus on the button but when tries to click on the same it fails.

 Class Name: SwfButton

NativClass: WindowsForms10.Window.8.app.0.378734a

regexpwndclass: WindowsForms10.Window.8.app.0.378734a

regexpwndtitle &New

swfname: boDynamicButton

swfname path:

boDynamicButton;buttonCollection;panel1_Fill_Panel;panel1;mainPanel;ctlS

earch;frmBrowse;;mdiForm

swftypename: Adaptiv.Operations.Core.Win.boButton

visible True

 

If we have the following code

SwfWindow("Adaptiv Operations").SwfWindow("Master Agreements - Browse").SwfButton("New").SetFocus

[This works]

SwfWindow("Adaptiv Operations").SwfWindow("Master Agreements - Browse").SwfButton("New").Click

[Here we get error saying object not visible]

At the same time if we replace Click by dblclick then it also works.

 

Does any one have any known resolution for this?

 

Please suggest.

 

Malayaj