I want to automate a Windows desktop app with Winium that is based on Java and is run by .bat file.
When I work with it, there is no 'automation Id' in inspect.exe or UIspy.exe ?!
Is it possible? Are there other automation tools to be able to help me in regards.
Can you help me?
Thank you.
Related
I have amx page where I have taken commad button. I want to invoke S Planner application from my MAF Application. Is there any way to invoke it? Plzzz help me. Thanks in advance.
I think the best solution for what you need here ( also cross platform - iOS/Android ) can be a Cordova plugin for the calendar. There is a similar question here for this issue, I think it will be useful for you.
I am using VSTS 2012 for UI Automation on client machine which is connected through VMware.
The problem is with UI Test map. Whenever I try to capture or locate an object, VSTS takes long time to locate it. This is terribly consuming time.
Can someone please assist on how to overcome or this is something to do with VSTS behaviour?
Please assist ASAP.
Regards,
Start the remote session using this command:
mstsc /console.
You still get all the benefits like dynamic screen resolution, but control identification will be much faster.
I too came across this issue.
Im my experience, it was because of more number of controls been added in UIMap. If so, just create another UIMap and move some controls to the another UIMap.
I would like to hear from you after trying this. :)
I want to open an iBook file in one of my iPhone application without launching third party apps. I have gone through with many articles and all of those suggest use of UIDocumentInterectionController class.
When I tried this in demo app, it launches the iBooks application. But I have to open it with in my application itself without launching any supporting or third party app.
How can we achieve this functionality? Please help me with some code snippet.
Any help will be greatly appreciated.
I'm trying to find a developers reference/api reference/sample app or anything along the lines that would help with the Kofax Scan Lib. I've been trying to get hold of Kofax on behalf of a client to resolve a issue to no avail. Google doesn't seem to throw up much use either.
Any and all assistance is greatly appreciated
Thanks,
Brendon
You should find that kind of documentation on the Kofax Capture Installation CD. There are also sample Applications installed with every Kofax Capture installation.
What exactly is your problem?
How do I programatically take a screenshot of an application in Linux? I'm using c++. Any idea? For windows there are a lot of resources but I can't find anything for linux
Any help?
Thanks
Already answered here:
Screenshot of a windows application running under wine (linux)
Edit: if you want to do it in C, try Xlib.
Some links:
http://tronche.com/gui/x/xlib/
http://www.roard.com/docs/cookbook/cbsu19.html
If you just want a screen recorder, try using xvidcap. If you want to make your own, try looking at the sources. I'm not really sure how it works though. My guess is that it uses the XShm extension somehow.
Can't you just do this with http://www.imagemagick.org/script/index.php ?
It's usually onboard the linux repos, and you can do a lot more than just take a screen shot with it... http://tips.webdesign10.com/how-to-take-a-screenshot-on-ubuntu-linux