Jey1New Contributor3 years agoTestComplete 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_RModerator3 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
Related ContentTestComplete URL for the Jenkins TestComplete report pageTestComplete: Headless Browser Testing in ParallelTestComplete and Zephyr Scale - work togetherTestComplete - Interact with the Chrome download bar.TestComplete 101academy badge?
Recent DiscussionsOnscreen Object Selector SlownessaqObject.CheckProperty() slownessProblem with generated data table and keyword testWebView2 support does not workSystem checks for Object for every test