ContributionsMost RecentMost LikesSolutionsRe: Objects recognized differentlyHi Tanya, The SlObject is at the top itself. i am attaching screen shot too. Please do have a look. Objects recognized differentlyHi , i work on a silverlight application. I have run “tcagpatcher” for the xap files to access its properties and methods. When I spy them after I run the patcher I get the following object. Sys.Process("Triton.Host").WPFObject("HwndSource: Shell", "").Window("Shell Embedding", "", 1).Window("Shell DocObject View", "", 1).Panel("http://vmqa06-sdny/New/C2.Ticket.html?&wf=new&v=9.0.17.0&h=TBLACK&loc=true&appunlock=true").Page("http://vmqa06-sdny/New/C2.Ticket.html?&wf=new&v=9.0.17.0&h=TBLACK&loc=true&appunlock=true").Form("form1").Panel("silverlightControlHost").Object("itgAlertSilverlightControl").SlObject("Shell", "").SlObject("ItemsControl", "").SlObject("CommandView", "").SlObject("RadTabControl", "").SlObject("HeaderDockedElement").SlObject("ScrollViewerElement").SlObject("radTabItem").SlObject("OrientationTransform").SlObject("AlertText") If I spy the same object after a minute i get the below object : Sys.Process("Triton.Host").WPFObject("HwndSource: Shell", "").Window("Shell Embedding", "", 1).Window("Shell DocObject View", "", 1).Panel("http://vmqa06-sdny/New/C2.Ticket.html?&wf=new&v=9.0.17.0&h=TBLACK&loc=true&appunlock=true").Page("http://vmqa06-sdny/New/C2.Ticket.html?&wf=new&v=9.0.17.0&h=TBLACK&loc=true&appunlock=true").Form("form1").Panel("silverlightControlHost").Panel("Silverlight Control").TabList("Rad Tab Control").PageTab("System.Windows.Controls.StackPanel", 2).Text("Alert") Ithe first object is more reliable and the properties can be used. The second object is too generalized and does not serve the purpose since there are other objects as well with the same properties with same values too. My doubt is why is the object changing its full name dynamically . Can any suggest what can be done. Thanks, Biji Need to get X and Y coordinateHi , I need to get the screen coordinates for a window with respect to Screen. with this i can compare if the window has moved from one position to other Is there any other method to detrmine whether the window has moved from its original position? Thanks, BijiCoordinates in test completeHi All, I need to drag and increase the size of a window which appears on clicking on a icon I can use the drag function but it needs clientX and Y cordinated.How can i get the coordinates of the window alertWindow.Drag(450,280,75,80) in this case i have recorded and i got he positions but i want the function to be dynamic. TestObj.Drag(ClientX, ClientY, toX, toY, Shift) how can i get ClientX and YRe: Built in function to run a fileThanks a lot it helped!!!Built in function to run a fileHi, I have to run a application/file stored in a path i used the following code Set ws =WScript.CreateObject("Wscript.Shell") ws.Run("C:\xyz\someFile\kd_gl.py") But test complete Wscript Object required Is there a built in function such as SystemUtils.Run(path) as in QTPscript thanks, Biji