Solved
Forum Discussion
rraghvani
Champion Level 3
2 years agoWhat you currently have is fine.
I've never seen AppRoot(0) in the tree item of Browser("chrome") before. If you were to create a project, navigate to https://www.w3schools.com/csS/css3_buttons.asp and then use the Object Spy on the buttons, is TC able to identify each of the buttons?
ClickItem still doesn't work for me!
- dhundley2 years agoRegular Contributor
it recognizes all the buttons on the W3schools page. what does that mean for me and the app i'm testing?
- eykxas2 years agoRegular Contributor
AppRoot(0) object is just the root element of an Angular app. (Maybe some other framework have this too). It's totally normal.
- dhundley2 years agoRegular Contributor
so does TC have issues with Angular apps?