Forum Discussion

panka152's avatar
panka152
Contributor
13 years ago

Can not click files in Choose file to upload window

Hi,

I am trying to automate test cases for  web application, where I need to select a zip file from 'Files to upload window', which get triggered on click of 'Browse' button.

I could find the 'SysTreeView32' object using find method and for that object there is a method called 'wSelection' for selecting a item from tree, but I could not do it using this method as TestComplete shows logical error for it.

Please guide me to achieve this.