Micro Focus QTP (UFT) Forums

Full Version: QTP Not able to click on FlexButton
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

I am trying to automate Flex application using QTP 11.

I am trying to click on FlexButton (Browse) using QTP, but QTP is not able to perform the same. Once QTP clicks on FlexButton(Browse), application should popup a dialog where i need to browse and select a file.

The QTP statement i have written is -
Code:
Browser("Browser").FlexApplication("main").FlexTitleWindow("File Uploader").FlexForm("index:0").FlexButton("Browse").Click

Can anyone help me to solve this issue ?

Thanks
Madhu