История версий «LocatorLens – Smart Locator Automation» – 4 версии
LocatorLens – Smart Locator Automation от Yogesh
История версий «LocatorLens – Smart Locator Automation» – 4 версии
Будьте осторожны со старыми версиями! Эти версии отображаются только для сведения и в целях тестирования.Вы всегда должны использовать последнюю версию дополнения.
Последняя версия
Версия 1.3.0
Выпущено 2 авг. 2026 г. — 106,67 КБРаботает с firefox 142.0 и вышеIframe support
Elements inside iframes can now be inspected and recorded. Previously the picker stopped at the frame boundary and could only describe the <iframe> element itself, which ruled out most real checkout flows, since payment fields are almost always framed. Generated code now enters the frame for you:
Playwright — page.frameLocator(...)
Selenium — switchTo().frame(...) / switch_to.default_content() around the action
Cypress — contentDocument traversal
Nested frames compose. A cross-origin frame cannot describe its own <iframe> element, so those are addressed by position and the sidebar flags the locator as approximate.
Fixes
Start Inspecting did nothing when the sidebar was not already open — fixed.
A second browser window silently muted the first window's sidebar — every open sidebar now stays live.
Copying a locator on a non-HTTPS page now works, via a fallback that covers every copy made inside a click.
Each pick rendered the sidebar twice; it now renders once.
A long recording session no longer grows memory without bound.
Unchanged: LocatorLens runs entirely in your browser. No network requests, no telemetry, no account, nothing leaves the machine.Исходный код выпущен на условиях: Лицензия MIT
Старые версии
Версия 1.1.3
Выпущено 6 апр. 2026 г. — 67,77 КБРаботает с firefox 142.0 и вышеRestored the original extension name to "LocatorLens – Smart Locator Automation" • No functional changes — all features remain the same
Short and honest since it's only a naming fix. Want me to adjust the tone or add anything?Исходный код выпущен на условиях: Лицензия MIT
Версия 1.1.2
Выпущено 5 апр. 2026 г. — 67,77 КБРаботает с firefox 142.0 и вышеv1.1.2 — Stability & Compliance Update
🔒 Security Hardening
Replaced all innerHTML assignments with safe DOM APIs (DOMParser + createElement) for improved security and AMO compliance.
🧬 Shadow DOM X-Ray
Deep-Trace Engine now reliably pierces nested Shadow Roots for accurate element targeting.
🛰️ Multi-Framework Matrix
Hot-swap between Playwright, Selenium, and Cypress — locators translate instantly.
🔬 Selector Validation Lab
Test any CSS or XPath selector directly against the live page DOM.
🕹️ Precision Navigation
Arrow key traversal across DOM and Shadow DOM boundaries with visual overlay feedback.
🛡️ Stability Intelligence
Ranked locators prioritize getByTestId(), getByRole(), and getByLabel() over brittle CSS selectors.
Auto-generated class detection warns against unstable locators.Исходный код выпущен на условиях: Лицензия MIT
Версия 1.1.1
Выпущено 24 мар. 2026 г. — 61,08 КБРаботает с firefox 120.0 и вышеИсходный код выпущен на условиях: Лицензия MIT