ATF Click Custom Component by id, class or xpath.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 05:29 AM
Hello testers,
Im testing a form on a custom ui, and theres a point where i need to click on a map, were theres a lot of paths equal to the number of areas and is it only possible to click on the ones with "clickable" class, per example:
<g>
<path class="" data-mapped-key="123456" d="someCoordinatesOnSVG"></path>
<path class="clickable" data-mapped-key="234567" d="someCoordinatesOnSVG"></path>
<path class="" data-mapped-key="567890" d="someCoordinatesOnSVG"></path>
</g>
It is possible to click one of them?
Here is an example of the view:
Thank you.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2025 01:09 PM
You may need to create a ATF Custome step for this. Please view below thread if this helps you
Don't forget to click the 'Helpfuls' button.