<div dir="ltr">Hi, guys.<br><br>I need to automate testing for a Java applet accessed through Firefox. Can anyone tell me how to find out the window name to use to access the applet?&nbsp; When I do getobjectinfo() on the name of the Firefox window, I don&#39;t seem to be getting any of the applet components in the list.<br>
<br>Also, can anyone tell me what getapplist() is good for? Although the documentation says it returns window titles, the returned strings don&#39;t seem to work with getobjectlist().&nbsp; Is there some way to use a string returned by getapplist() to get a list of the actual titles of windows belonging to that application?<br>
<br>Is there some way to get a list of all window titles?&nbsp; I would expect getwindowlist() to do this, but it just seems to list windows whose information has been cached in ldtp due to previous accesses to it with getobjectlist() or other routines.<br>
<br>Thanks,<br><br>Bradford C. Smith<br></div>