Complete guide on what scenarios the tool handles and where it needs manual intervention.
Start using the Locator Generator Tool to generate selectors from your HTML.
Follow the Test Cases Guide to test LIMITED scenarios with provided HTML examples.
The following scenarios are partially supported by the tool. They work for basic use cases but may have limitations. Check the π§ͺ Test Cases page to learn how to test these scenarios.
| Scenario | Support Level | Notes |
|---|---|---|
| Regular HTML elements | SUPPORTED | Full support for all common elements |
| ID/Class selectors | SUPPORTED | Handles special characters correctly |
| XPath expressions | SUPPORTED | Both absolute and relative XPath |
| Unicode/Emojis | SUPPORTED | Full UTF-8 character support |
| iframes | SUPPORTED | Detects and shows code examples |
| SVG elements | LIMITED | Generates selectors, handles namespaces | Test |
| Hidden elements | LIMITED | Detects and generates code, may not be interactive | Test |
| Dynamic IDs/Classes | LIMITED | Generates selectors but may be unstable | Test |
| Nested iframes | LIMITED | Detects and generates code, may need manual adjustment | Test |
| Shadow DOM | NOT SUPPORTED | Browser security prevents access |
| JavaScript-rendered content | NOT SUPPORTED | Only static HTML is analyzed |
| Pseudo-elements (::before, ::after) | NOT SUPPORTED | Not accessible via DOM selectors |
| Hover/Focus states | NOT SUPPORTED | Not visible in static HTML |
| Cross-origin content | NOT SUPPORTED | CORS restrictions apply |