How to handle dynamic Elements
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020
11:33 PM
09-09-2020
11:33 PM
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)["P..."), "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 ?
Solved! Go to Solution.
Labels:
- Labels:
-
Checkpoints
-
Chrome
-
Object Recognition
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2020
01:41 PM
09-10-2020
01:41 PM
Hi,
For example, "Using The Wildcard In The Name Map For Values That Change" and "Introducing Namemapping – TestComplete’s Object Repository" videos from the https://support.smartbear.com/testcomplete/videos/ page.
Regards,
/Alex [Community Champion]
____
[Community Champions] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Champions]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Champion] signature is assigned on quarterly basis and is used with permission by SmartBear Software.
https://community.smartbear.com/t5/Community-Champions/About-the-Community-Champions-Program/gpm-p/252662
================================
/Alex [Community Champion]
____
[Community Champions] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Champions]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Champion] signature is assigned on quarterly basis and is used with permission by SmartBear Software.
https://community.smartbear.com/t5/Community-Champions/About-the-Community-Champions-Program/gpm-p/252662
================================
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2020
05:51 AM
09-14-2020
05:51 AM
//*[@id='mat-input-"+*+"]
That solution works for me
