Jey1New Contributor3 years agoSolvedTestComplete How to highlight any element with TestComplete for example in selenium with JavaScript executer its possible to highlight any element you want its helping for debugging purposes Show MoreMr_Bro to npaisley3 years agoJey1 , in testcomplete you can use Sys.HighlightObject() to highlight any particular element. please find the below sample: def Main(): WshShell.Run("notepad") wndNotepad = Sys.Process("notepad").Window("Notepad") wndNotepad.Activate() Sys.HighlightObject(wndNotepad)
Mr_Bro to npaisley3 years agoJey1 , in testcomplete you can use Sys.HighlightObject() to highlight any particular element. please find the below sample: def Main(): WshShell.Run("notepad") wndNotepad = Sys.Process("notepad").Window("Notepad") wndNotepad.Activate() Sys.HighlightObject(wndNotepad)
Mr_Bro to npaisley3 years agoJey1 , in testcomplete you can use Sys.HighlightObject() to highlight any particular element. please find the below sample: def Main(): WshShell.Run("notepad") wndNotepad = Sys.Process("notepad").Window("Notepad") wndNotepad.Activate() Sys.HighlightObject(wndNotepad)
Marsha_RChampion Level 33 years agoThis links may be helpful https://support.smartbear.com/testcomplete/docs/testing-with/object-identification/name-mapping/how-to/locate/highlight-in-app.html https://support.smartbear.com/testcomplete/docs/testing-with/debugging/index.html
Recent Discussionscapture variable from the popup in Desktop applicationUnable to run Keyword Tests after 15.80"Simplified WPF object tree" setting
Related ContentTestComplete with ZephyrTestComplete Test AdapterBeating SAP Testing Bottlenecks with TestComplete