ContributionsMost RecentMost LikesSolutionsRe: Automatically logging defects to JIRA I would also like to up vote this, i feel like it is definitely a necessity for an automated test tool Re: How to?/back browser button(JavaScript/Chrome) I have a better solution that is probably more what you are looking for, //Navigates to the previous item in the history list. var pageObj = Aliases.browser.Page("*"); pageObj.contentDocument.Script.eval("history.back()"); Delay(1000); I really don't understand why there isn't a function implemented in test complete to do this natively.