ContributionsMost RecentMost LikesSolutionsPermissions issue pushing to remote repo using GIT Hi, We are using GIT as our version control. We we try to push to our remote repo from within Test Complete we get the error, "No supported authentication methods available" We can use Git Extensions and push to our remote repo just fine. We are running pageant and have the appropriate SSH key loaded. I've added the environment variable GIT_SSH and it points to the appropriate version of plink.exe. Has anyone else run into this issue? Thanks, How to keep DOM elements from showing in the Tree View Hi, We are new to TC and i'm trying to help our QA team work with how TC identifies and maps HTML elements on a page. Are their any attributes we can add to HTML elements that will tell TC how to ignore the elements? For example, look at this HTML <div> <div> <span>Enter your name</span> <input id="Name"> </div> </div> What if I didn't want TC to include the divs or span in the Tree view it generates after recording the test? Is this possible? Thanks, Solved