<div dir="ltr">Hi , <br>I am novice in the use of &quot;ldtp&quot; I have installed them and I tested the following example:<br><br>#!/usr/bin/env python<br>from ldtp import *<br>from ldtputils import *<br><br>launchapp (&#39;gedit&#39;)<br>
if waittillguiexist (&#39;*-gedit&#39;) == 0:<br>&nbsp;&nbsp;&nbsp; raise LdtpExecutionError (&#39;Gedit window does not exist&#39;)<br><br>it create the new file &quot;gedit&quot; but I always have the following&nbsp; error message : <br><br>
GTK Accessibility Module initialized<br>Bonobo accessibility support initialized<br>Traceback (most recent call last):<br>&nbsp; File &quot;./ldtptest.py&quot;, line 8, in &lt;module&gt;<br>&nbsp;&nbsp;&nbsp; raise LdtpExecutionError (&#39;Gedit window does not exist&#39;)<br>
ldtplib.ldtplibutils.LdtpExecutionError: &#39;Gedit window does not exist&#39;<br><br>you can help me please ?<br>thank you in advance<br></div>