Forum Discussion

Amna's avatar
Amna
Occasional Contributor
4 years ago
Solved

How to handle dynamic Elements

aqObject["CheckProperty"](Aliases["browser"]["Page"]("http://10.10.35.109/dokmeeecm/#/main")["Panel"](1)["Panel"](0)["Panel"](1)["Panel"](0)["Form"](0)["Panel"](0)["Panel"](0)["Panel"](1)["Panel"](0)["Panel"](0)["Panel"](0)["Panel"](0)["Textbox"]("mat_input_4"), "Text", cmpEqual, "Derek");

 

On my website, when I want to get the object property of one of the text field then it shows the above mentioned object. In the above mentioned object "mat_input_4 value is dynamic How can I handle this value ?