My machine is installed with fedora 16 and I downloaded ldtp3 from <br><a href="http://download.opensuse.org/repositories/home%3A/anagappan%3A/ldtp2%3A/rpm/Fedora_16/x86_64/">http://download.opensuse.org/repositories/home%3A/anagappan%3A/ldtp2%3A/rpm/Fedora_16/x86_64/</a><br>
<br>previously I downloaded ldtp2 from the ldtp website, for both of them I meet the following error(see below), I think the reason is probably that I can't activate Assistive Technology on fedo ra 16. BUt indeed there is no such item in fedora 16. Are there any solutions for this?<br>
<br>I have another question, basically, my target is to write a script to operate on a modified firefox. I want to <br>1 click in sequence on the "Tools"->"Add-ons"-> "Plugins"<br>2 click on the "enable" button for Adobe shockwave flash plugin<br>
<br>I'm new with this tool, so I want to know can I use LDTP to achieve my target? thanks!<br><br><br><h3 class="r"><a href="http://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CCAQFjAA&url=http%3A%2F%2Fldtp.myfastforum.org%2Fsutra47.php&ei=XQR2UPeBKITRhAe7-YGQCg&usg=AFQjCNE6EAQZWrXyt49D4BOeKAB1vfo0WA" class="l"><br>
</a></h3>>>> from ldtp import *<br>>>> selectmenuitem('*-gedit','mnuFile;mnuNew')<br>Traceback (most recent call last):<br> File "<stdin>", line 1, in <module><br> File "/usr/lib/python2.7/site-packages/ldtp/client.py", line 69, in __call__<br>
return self.__send(self.__name, args)<br> File "/usr/lib64/python2.7/xmlrpclib.py", line 1578, in __request<br> verbose=self.__verbose<br> File "/usr/lib/python2.7/site-packages/ldtp/client.py", line 184, in request<br>
raise LdtpExecutionError(e.faultString.encode('utf-8'))<br>ldtp.client_exception.LdtpExecutionError: Unable to find window "*-gedit"<br><br><br><br>