POM Mapper의 버전 기록 - 3개 버전
POM Mapper 제작자: Vane Terziski
POM Mapper의 버전 기록 - 3개 버전
이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.
최신 버전
버전 1.2.0
2026년 7월 21일에 출시 - 2.53 MBfirefox 140.0 이상에서 작동v1.2.0 — What's New
New Features
Element exclusion — checkbox per element row to exclude from export; excluded elements are remembered across rescans
Inline renaming — click any element name to rename it; persists across rescans
Copy to clipboard — copy the generated POM file without saving
Select-all toolbar — bulk select/deselect all elements
Quality score bar — visual tier indicator (Strong / Fair / Weak) per element based on locator strategy, with alternative locator suggestions shown on hover
iframe detection & chooser — detects iframes on the page, lets you pick which ones to scan, merges results into the main export
Element picker — "Pick Elements" mode lets you click individual elements on the page to add them manually
Help button — added to both ready and results states
Bug Fixes
Firefox: "Map Page" button did nothing — content script re-injection threw a SyntaxError on const redeclaration; Firefox (unlike Chrome) does not call the executeScript callback when the injected script throws, silently dropping the scan. Fixed with an IIFE guard in content.js.
Picked elements exported as empty strings (unhandled css strategy in toLocatorString)
Quality bar showed no suggestions (enrichment fields missing from inlined content.js)
Iframe scan hardcoded deepScan: false regardless of user setting
Stale excluded/renamed entries after rescan
Picker hover state not reset on deactivation
scoreLocatorInline used || instead of ??, suppressing zero scoresMIT 라이선스에 따라 릴리스된 소스 코드