Forum Discussion
Yshippin
12 years agoContributor
Hmm Keyword recorded tests are ugly and pretty limited..
Can you use the .Click() method? it should do the job instead of "expand" too.
(ie, Aliases.Ax32.wndAxMainFrame.MDIClient.wndContentFrame.AxContainerControl.SalesAndMarketing.Common.Nodes.get_Item(3).Nodes.get_Item(0).Click()
Also, you can use the .Refresh() method on the window to reload its object tree.
Can you use the .Click() method? it should do the job instead of "expand" too.
(ie, Aliases.Ax32.wndAxMainFrame.MDIClient.wndContentFrame.AxContainerControl.SalesAndMarketing.Common.Nodes.get_Item(3).Nodes.get_Item(0).Click()
Also, you can use the .Refresh() method on the window to reload its object tree.