I am writing automation scripts using codedui.
Which dll should I Use?
UIaComWrapper
or
UIAutomationCLient + UIAutomationType
Problem I am facing is:
AutomatinElement.GetClickablepoint () will return drawing.point if UIAComWrapper is used. It will return Windows.Point if UIAutomationCLient + UIAutomationType dlls are referenced.
Can any one guide me, which one shall I use for my codedUI scripts?