vish_borade
12 years agoOccasional Contributor
Unable to access TreeView from JavaScript
I have just started using TestComplete.
And I am testing a complex application developed in .NET.
I don't have any access to the app code or any way to communicate
with developer.
I am trying to access a tree view in the application through javascript but
I haven't been able to achieve it for last few hours.
Object explorer shows following path to the node :-
Sys.Process("ETIAdmin"). WinFormsObject("AdmMainForm"). WinFormsObject("_admMainPanel" ).WinFormsObject("_ contextPanel").WinFormsObject( "_cmdsPanel").WinFormsObject(" _cmdsTreeView")
I can successfully access the object chain till '_cmdsPanel' but when i try to access "_cmdsTreeView" it gives 'unable to find object' error.
Object explorer shows the WinFormsObject(" _cmdsTreeView") class type as Systems.Windows.Forms.TreeView.
Any clues or pointers will be really helpful.
And I am testing a complex application developed in .NET.
I don't have any access to the app code or any way to communicate
with developer.
I am trying to access a tree view in the application through javascript but
I haven't been able to achieve it for last few hours.
Object explorer shows following path to the node :-
Sys.Process("ETIAdmin").
I can successfully access the object chain till '_cmdsPanel' but when i try to access "_cmdsTreeView" it gives 'unable to find object' error.
Object explorer shows the WinFormsObject("
Any clues or pointers will be really helpful.