00:00 Intro
01:20 Problem with nested element selection
AutoMate 1.4.0 introduces smart DOM traversal for faster and more accurate XPath & CSS locator generation.
🔥 New Features in v1.4.0
âś… Traverse DOM using Up/Down arrows
âś… Pick Parent / Pick Child support
âś… Better nested element targeting
âś… Temporary element highlighting
âś… Faster locator generation workflow
Problem Solved:
Sometimes nested elements get selected instead of the actual target element. For example, while selecting an anchor tag, the image inside it gets picked instead. This can also lead to “No reliable locator” issues.
With AutoMate 1.4, you can now traverse parent and child elements directly before generating XPath & CSS locators.
Perfect for:
• XPath generation
• CSS selector generation
• UI Automation
• QA Engineers
• SDETs
• Web element inspection
📌 Chrome Extension:
#xpath #cssselector #qaautomation #uielements #testautomation #sdet