Jey1New Contributor4 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 npaisley4 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 npaisley4 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 npaisley4 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 34 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 DiscussionsTestComplete Closing Issue in Debug ModeSend Request Operation - Response Body?Elements detected, clicked in wrong location with Chrome
Related ContentTestComplete with ZephyrTestComplete Test AdapterBeating SAP Testing Bottlenecks with TestComplete