Hi all,<br><div class="gmail_quote"><div>first of all, this project is very exiting :-)</div><div>I´m trying to understand if CobraWinLDTP is suitable for our project so I´m making some test. One problem I have is in identification of object in the GUI. I´ll try to explain better. Through VisualUIAVerify I can see the name of the button, menú item etc. but in some case there is not a name and so I can´t access to the object. Example : </div>

<div><div><br></div><div>from ldtp import *</div><div>guiexist (&#39;MyApp*&#39;)</div><div>click (&#39;
MyApp *&#39;, &#39;btnUpdateInfo&#39;)</div></div><div><br></div><div>This work because I can see the name &quot;UpdateInfo&quot; in the VisualUIAVerify. but this example : </div><div><br></div><div>from ldtp import *</div>

<div><div>guiexist (&#39;
MyApp *&#39;)</div><div>selectmenuitem (&#39;
MyApp*&#39;, &#39;mnuFile;mnuOpen&#39;)</div><div><br></div><div>Doesn´t work maybe because I cannot see the &quot;File&quot; name property and &quot;Open&quot; name property in the VisualUIAVerify even though I have filled out in my application (i have source code).</div>

<div><br></div><div>My question is I´m proceeding correctly ? there is another way to identify the object in an application ?</div><div><br></div><div>I´m using the windows version of LDTP.</div><div><br></div><div>many thanks !!</div>
<span class="HOEnZb"><font color="#888888">
<div>Onorato.</div></font></span></div>
</div><br>