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 3Within 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.
Related ContentNativeWebObject not able to find objectAble to find objects, but not use them!find objectNot able to install Postman plugincouldn't find a swagger spec
Recent DiscussionsOnscreen Object Selector SlownessaqObject.CheckProperty() slownessProblem with generated data table and keyword testWebView2 support does not workSystem checks for Object for every test