ashutosh01Contributor3 years agoNot able to find object In my script using findall method but it is not working as expected sharing piece of code below: var lockConnectedFlag = 0 Aliases.javaw.stageLockConfigurationTool.scene.topLevelTabPane.labelDiagno...Show More
rraghvaniChampion Level 33 years agoWithin your code, can you insert Sys.HighlightObject(Advancebutton) var Advancebutton = Action.FindChild(prop3, value3, 100); Sys.HighlightObject(Advancebutton); if (Advancebutton.WaitProperty("Exists", "true", 10000)) { Advancebutton.Click(); } else { Log.Message("Diagnose button is not enabled") } Is it highlighting the correct control? Also, is it necessary to check for Exists? Can you not just do, var Advancebutton = Action.FindChild(prop3, value3, 100) if (Advancebutton.Exists) Advancebutton.Click(); Also, can you use the 'insert/edit code sample' button, and format your code so it's makes it easier for us to read.
ashutosh01Contributor to rraghvani3 years agoI did tried your way but not working Highlightobject is not highlighting anything.
ashutosh01Contributor to rraghvani3 years agoI did tried your way but not working Highlightobject is not highlighting anything.
Recent DiscussionsTrial licenseTestcomplete issue with Java17 ( Javax Swing applications)Can not open "Mapped Objects" and "Aliases" window at the same time
Related ContentNativeWebObject not able to find objectObject finder not able to find child objects on JavaFx panel in Oxygen XML Editor.Unable to find object