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 Discussionstest results for a test case with a count greater than 1 in an Azure pipelineID based login only works as adminI can't map objects of type UIAObject
Related ContentNot able to use Find Object and call object method in keyword tests to validate dataUnable to find the object Sys.Browser("*")Unable to Find object