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 DiscussionsApplication url change managementDelphi Mainmenu items is not clickedTestComplete Chrome Host (32-bit) process not clearing up after running test
Related ContentTestComplete with ZephyrBeating SAP Testing Bottlenecks with TestCompleteTestComplete with Zephyr Scale