If I use the first code TC higlights the object of the variable findTargets:
var findTargets = Aliases.browser.pageEquipment.FindElement("//se-app/div/div/div/div/div[contains(@class, 'flex-1')]"); (first image, 26kb)
In the log it continues to display only the value 0.
If I try the second code the following message appears (second image, 9 kb).
I tried also to simplify the code but the same message appears:
var findTargets = Aliases.browser.pageEquipment.FindElement("//se-app/div/div/div/div/div[contains(@class, 'flex-1')]");
var Targets = findTargets.FindAll("contentText", "DR 4010PT100");
Sys.HighlightObject(Targets);