ContributionsMost RecentMost LikesSolutionsRe: Incognito mode KB1 Thanks for your response. Even i tried to click with test complete after opening cntrl+H it won't works. so, only i came here. Re: Incognito mode rraghvani thanks. I didn't do that in extension. Incognito mode Hello Team, I want to open my browser in incognito mode or i want to clear my browser history for one script. I tried to open incognito mode like this but it open as normal browser. I may did any mistakes here, let me know function fn() { var browser=["chrome","edge"] for(var k=0;k<browsers.length;k++) { Browsers.Item(browsers[k]).RunOptions= "--incognito" Browsers.Item(browsers[k]).Run(URL); ---------- }} or give me an option to delete browser history. Thanks in Advance! Re: Import Postman into testcomplete If it's possible, can you please share me the example how to start with command line with postman in test complete. Import Postman into testcomplete Hi Team, I want to use postman with test complete. We need to import through ReadyAPI only or we have any other options for these. Let me know the procedures to do for importing postman in test complete. Many Thanks Re: verify color of text and textbox Thank you rraghvani Inline style not worked, As you said computed style is working. Re: verify color of text and textbox I forgot to add parameter in my last reply var fontColor=page.FindElement(xpath); Log.Message(fontColor.style.color); xpath contains===< div class=" *attributevalue * " > Re: verify color of text and textbox var fontColor=page.FindElement(); Log.Message(fontColor.style.color); >> Empty log file only printing verify color of text and textbox Hi all, Here when the page loaded am trying to verify the search field that displays grey color and text as "search Amazon.in" After entering text or click it changed as orange How to verify the color changes??? Here the attachment SolvedRe: Edge Browser execution Thank you I will try these.....