New Post: raise LdtpExecutionError(e.faultString.encode('utf-8')) error message
To bring focus of window, other option is, you can: click('pane0', 'btnWindowTitle') # Here Windows Title will be, what ever you see in task bar. Note: You need to use a different method, if you try to...
View ArticleNew Post: handle component of qt Application
Can those controls be changed to appropriate QT control instead of pane ? in that case, its supported default by Cobra. Can your developer change those controls ? Thanks
View ArticleNew Post: handle component of qt Application
Hi Nagappan, I do not have access to the code, I have the right to manipulate the application binary on BlackBox. I may be forced to use OCR for recognition of text? thanks and regards.
View ArticleNew Post: handle component of qt Application
Hi Hassen, I suggest to use Sikuli. Thanks
View ArticleNew Post: handle component of qt Application
yes I will use Sikuli, Yet it is still in the experimental part of the text recognition anyway thank you for your help :)
View ArticleNew Post: UAC issues
Hello! I've read homepage about Access Denied exception when running ldtp without admin privileges on Win 7 but would like to confirm my fears :) I use python bindings so (as I get it) on 'import ldtp'...
View ArticleNew Post: UAC issues
Hello Tirene, Did you get a chance to try with https://github.com/ldtp/cobra#using-cobra ? Thanks Nagappan
View ArticleNew Post: UAC issues
Yes, I meant exactly this. Disabling ACL is not an option for us. As for listening to all interfaces - is it necessary? I am happy with localhost as long as service doesn't crash. Still, I tried netsh...
View ArticleNew Post: UAC issues
Its not necessary to listen all interfaces, just 4118 should be good and that too on localhost is fine, as long as you plan to run the test from localhost. @VMware, we have verified just with localhost...
View ArticleNew Post: handle component of qt Application
Can you ask your developers to change those controls to the one that are visible to MS Accessibility layer ? if its not a big hassle to them ? Thanks
View ArticleNew Post: handle component of qt Application
Thank you nagappanal for assisting me, I finally finished this robot with Sikuli :) Maybe i will use Cobra for other case!
View ArticleNew Post: LDTP Fatal Error
Hello! I installed ldtp in virtualbox on windows xp(sp3) and when I try to import it in the Python code. I get the following...
View ArticleNew Post: LDTP Fatal Error
Good to know, you have found the issue all by yourself :-) Thanks
View ArticleNew Post: Ldtp support for windows 10
hi Team Can you tell me whether LDTP support windows 10 ? when is the client going to be released for windows 10 support ?
View ArticleNew Post: Ldtp support for windows 10
SubaPrasasnna, I don't have Windows 10 setup, feel free to create a setup and share it with us, will upload it.
View ArticleNew Post: Monitoring Citrix Apps
Hi Can Cobra be used to monitor Citrix applications? On the client workstation the window appears as a bitmap (the internal control hierarchy is not enumerable) so script steps need to check against...
View ArticleNew Post: Monitoring Citrix Apps
In VMware, they also install Cobra inside the client workstation and send commands to the remote Cobra. Second way, internally they use Loong. Unfortunately this code never got open sourced. I keep...
View ArticleNew Post: Monitoring Citrix Apps
From what I can tell, Cobra peers into the client control structure. Since our application is delivered via Citrix, inspection of the client gui must be done using image comparisons. Does Cobra support...
View Article