ContributionsMost RecentMost LikesSolutionsRe: Unable to navigate to page@KimPenta : even i'm facing the same problem with the navigation o pags and the command Browser.CurrentBrowser.Navigate() is also not working. Is there any other way we can solve th issue ?Re: Drag and drop method in TestcompleteHi Javier, Thanks for the quick reply. I've already tried the record option. But in that case , its using the Drag() Method in which the position , i.e., X and Y coordinates of the dragging object and the destination folder's X,Y coordinates are mentioned . But i cannot use the position thing as thisa position might get changed in the new build. So, i need some other way. Please suggest me any . ThanksDrag and drop method in TestcompleteHello, I want help in my script. I am working on windows application using vbscript in testcomplete in non recording mode. I want to drag an item from one folder to another in treelist . I'm having trouble using the drag method. Please Help me solving my issue. I'm attaching my screeshot of the application indicating the file to be dragged. Also , please tell me how to cross check whether the item was successfully dropped or not. Thanks in advance.Re: handle indexes of an object in vbscript using testcompleteHello Tanya, Here i would like to mention that i'm not using name mapping for my project. I'm picking the full name from the object spy. In that case what should i do with the changing indexes ?handle indexes of an object in vbscript using testcompleteHey Guys , I'm Facing issues with the dynamic index values I have two objects, their full name is as below: Sys.Process("OpKey").WinFormsObject("Workbench").WinFormsObject("NavAndTabView").WinFormsObject("DockPanelProjectExplorer").WinFormsObject("DockPanel1_Container").WinFormsObject("OpKeyProjectNav").WinFormsObject("NavBarControl1").WinFormsObject("NavBarGroupControlContainerWrapper", "", 1).WinFormsObject("NavBarGroupControlContainer2").WinFormsObject("ORExplorer").WinFormsObject("BarDockControl", "", 5).WinFormsObject("DockedBarControl", "") Sys.Process("OpKey").WinFormsObject("Workbench").WinFormsObject("NavAndTabView").WinFormsObject("DockPanelProjectExplorer").WinFormsObject("DockPanel1_Container").WinFormsObject("OpKeyProjectNav").WinFormsObject("NavBarControl1").WinFormsObject("NavBarGroupControlContainerWrapper", "", 3).WinFormsObject("NavBarGroupControlContainer3").WinFormsObject("DR_Explorer").WinFormsObject("BarDockControl", "", 5).WinFormsObject("DockedBarControl", "") I'm attaching the screenshot of my application actually i have a common dockBarControl which seems common for all the tabs but it has the above properties changing in its name. now i want to make it work for all of them . these are just two just as the above matter , i want to make this script global for every one so that i don't have tpo strat working again from scratch . please suggest me a way i can do it . Thanks SolvedRe: Automate Different Editions Of a Window Application n Single Script Hey Guys , I'm again Facing issues with the same thing I have two objects, their full name is as below: Sys.Process("OpKey").WinFormsObject("Workbench").WinFormsObject("NavAndTabView").WinFormsObject("DockPanelProjectExplorer").WinFormsObject("DockPanel1_Container").WinFormsObject("OpKeyProjectNav").WinFormsObject("NavBarControl1").WinFormsObject("NavBarGroupControlContainerWrapper", "", 1).WinFormsObject("NavBarGroupControlContainer2").WinFormsObject("ORExplorer").WinFormsObject("BarDockControl", "", 6).WinFormsObject("DockedBarControl", "") Sys.Process("OpKey").WinFormsObject("Workbench").WinFormsObject("NavAndTabView").WinFormsObject("DockPanelProjectExplorer").WinFormsObject("DockPanel1_Container").WinFormsObject("OpKeyProjectNav").WinFormsObject("NavBarControl1").WinFormsObject("NavBarGroupControlContainerWrapper", "", 3).WinFormsObject("NavBarGroupControlContainer3").WinFormsObject("DR_Explorer").WinFormsObject("BarDockControl", "", 5).WinFormsObject("DockedBarControl", "") now i want to make it work for all of them . these are just two just as the above matter , i want to make this script global for every one so that i don't have tpo strat working again from scratch . please suggest me a way i can do it . Thanks How to pick the color change in the Clickcell propertyi Have an object Which is in tree structure, i want to pick its color property as it is changing when found Please suggest me how to do that. I'm attaching a screenshot of the object.SolvedRe: how can we declare global variables?you can use the keyword "public " infront of variable name at the top of the script and then you will be able to use the variables all into the scriptRe: Automate Different Editions Of a Window Application n Single ScriptHey Tanya, Thanks for a quick reply.I've already tried using both Opkey 2.* and Opkey* none of them work. But thanks to almighty, I came up with a new approach and by chance it worked.! I took the list of processes from task manager and retrieved the Opkey Version from it and inserted it into the path. :) Thanks for your support and help :)Re: Automate Different Editions Of a Window Application n Single ScriptHello Tanya, I by mistake posted the wrong object's name . it is Sys.Process("OpKey 2.0.2.2836").VCLObject("frmDesign_15").VCLObject("Back") and Sys.Process("OpKey 2.1.0.3030").VCLObject("frmDesign_15").VCLObject("Back") can regular expression work in this case ? as in like i'm trying to generate a regular expression for "OpKey 2.0.2.2836" so as it can work on any edition. But i'm having troubles generating the regular expression in VbScript. Can i get some help on this ?