How can I set the object mapping and wild card so that some objects are always found.
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2017
04:34 AM
11-08-2017
04:34 AM
How can I set the object mapping and wild card so that some objects are always found.
Hi,
I require the following objects to be always found. Their parent objects dynamically change name and therefore cannot be found. Also how do i wildcard their parent objects? Please see attached image.
1. imageAdd19ef7544699dcd45a87618c5
2. textboxQuantity
3. linkProteomics25
Which stable parent should I make these a child of, would panelContent be a good one?
Thanks,
Shahid
Solved! Go to Solution.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2017
05:43 AM
11-08-2017
05:43 AM
Hi Shahid,
You can map panelLiveSearchCatTableBody and panelLiveSearchCatTableHead using a wildcard for idStr property:
panel_live_search_cat_table_body_*
Also you can check another properties for this element. E.g. class or className - usually it has static value.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2017
07:11 AM
11-08-2017
07:11 AM
Hi baxatob,
Thanks! it worked like a charm!!!
