Print fails to write the middle part(Header and footer written) when a...
I have a Windows 7 machine which acts as a server and a Windows server 2008 SP1 machine which acts as a client. When i fire a print from the client (Windows Server 2008 SP1), it works well but when i...
View ArticleClientSettings class not found in UIAComWrapper in VS 2013
Hi, In VS 2012, we referred "UIAutomationClient" and "UIAutomationTypes" dlls. We want to migrate our project to VS 2013. We have updated our project to use "UIAComWrapper" instead of...
View ArticleSignature change of AutomationElement.FromPoint() method in VS 2013 with...
Hi,We migrated our project to VS 2013. Our project has code "AutomationElement.FromPoint(System.Windows.Point point)". We are seeing that with VS 2013 and using UIAComWrapper.dll instead of...
View ArticleLaunchig apps
Sir i have built apps for windows now i am very confuse about this that when will it be launched?
View ArticleWhy UiaComWrapper fails to remove automation event handler if WPF message box...
Hi!I wonder if you can reproduce the problem I have encountered with the UiaComWrapper.I have made a simple WPF test application with a single button that will show a message box when the button is...
View ArticleHow to make multi-function(composite) linux device work in Windows7
I was able to compile my Linux device to a composite gadget.(Serial Port + Mass Storage) When I plug this device on a Linux PC, The OS was able to detect and use both function. But when I plug it on...
View Articlehow can i do UI automation of WinJS/HTML 5 based Universal Apps?
Hi,how can i do UI automation of WinJS/HTML 5 based Universal Apps?Regards,Krunal
View Articlehow to perform UI Automation of Winjs/HTML5 based window stored Apps?
Hi,I am facing problem to enter user input into window store app for UI automation.Like , by automation I would like to enter username/password into Microsoft login page which is integrate with my...
View ArticleDesktop Icons
I want to "hide" desktop icons, especially one in particular: Wild Tangent. But I like seeing my Recycle bin. I've deleted the Wild Tangent icon several times after exiting the program/site,...
View ArticleHandle UI Automation Mouse and Keyboard events.
Hi Guys,Is it possible to capture mouse and keyboard events of any application using UI Automation?I am trying to create a UI Automation client application that handles UI Automation events like Focus...
View ArticleHandle UI Automation Mouse and Keyboard events.
Hi Guys, Is it possible to capture mouse and keyboard events of any application using UI Automation? I am trying to create a UI Automation client application that handles UI Automation events like...
View ArticleGrid Automation
Does anyone have any suggestions on how to find and automate a control that does not show up in UI Spy. I am trying to write some automation software using Microsofts UIAutomation class. The program I...
View ArticlePerformance inconsistency with setting text in edit control
We have several instances where the performance is extremely inconsistent when setting properties of a control. Our 2 biggest areas of concern are edit controls and combo boxes with virtualized lists....
View ArticleTracing a Session of Particular Id
I am working on Desktop application and Using RFID Reader which is like any bar-code reader which read TagId from Tags when a Tag is Placed in front or in Range of reader it start reading that Tag and...
View ArticleCodedUI migration from VSTS 2010 to 2013,...
I am migrating my CodeUI Scripts from VSTS 2010 to 2013. I am getting the following errorError 1 The type 'System.Windows.Automation.AutomationElement' exists in both 'c:\Program Files (x86)\Microsoft...
View ArticleCoded UI Accessibility for Hidden Controls
Hi, I have implemented Accessibility for some custom controls, but some controls like cells are hidden (with scroll) and Coded UI Test can't find it to click. How can I change the Accessibility...
View ArticleScreen Resolution Problem
Hi, I am Working in a 1366x768 screen when I tried to execute the winform in higher resolution 1680x1050 or even could be more I am facing the below issue explained in detail. I am using...
View ArticleWPF Popup Not Showing in Inspect
I am attempting to write some coded UI tests for an application that displays WPF popups (actually a class that derives from WPF Popup). There are user controls that I need to access via their...
View ArticleActivate the Invert Color in Windows 7 from C#
AS we know if you star the magnifier tool it has an option "Turn on the Color Inversion"... I want to have access to this feature from my C# .net 4.0 winforms application. I tried with out success...
View ArticlePopup class name and UI Automation
Hi all,This is regarding IE9 popup automation. I am not able to get the DOM element for IE9 popup. Earlier i was using "Internet Explorer_TridentDlgFrame" class name and through FindWindowA method of...
View Article