ashutosh01Contributor2 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 32 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 rraghvani2 years agoI did tried your way but not working Highlightobject is not highlighting anything.
Recent Discussionscapture variable from the popup in Desktop applicationUnable to run Keyword Tests after 15.80"Simplified WPF object tree" setting
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