POM Builder – Auto-generate CSS/XPath Locator

Instantly auto-generate the most robust locator including Xpath, CSS selector and more for use with Selenium or Protractor.

Co je POM Builder – Auto-generate CSS/XPath Locator?

POM Builder – Auto-generate CSS/XPath Locator je rozšíření Chrome vyvinuté https://www.pombuilder.com, a jeho hlavní funkcí je „Instantly auto-generate the most robust locator including Xpath, CSS selector and more for use with Selenium or Protractor.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření POM Builder – Auto-generate CSS/XPath Locator

Stáhněte si soubory rozšíření POM Builder – Auto-generate CSS/XPath Locator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Save time by letting POM Builder instantly suggest the most reliable locator for your inspected web element. The suggestion might be either XPath, CSS selector, By.id, By.name, By.linkText, etc. You can use these locators for all automation frameworks including Selenium, Protractor, Robot Framework, webdriver.io, TestArchitect Enterprise and TestArchitect Gondola.

WHO IS IT FOR? 
* Test automation engineers who specialize in web testing using Selenium, Protractor, Robot Framework, webdriver.io and TestArchitect Automation Suite.

WHY USE IT?
SMART GEN
* POM Builder automatically generates the best locator for your web element of interest. The best locator should be [1] short, [2] reliable and [3] easy to understand.
* POM Builder’s smart algorithm automatically detects and ignores dynamic IDs generated by some front-end frameworks.
* If you don’t want to use the suggested locator or if your project’s convention dictates a certain type of locators, you can manually select the locator type that fits you best.

LOCATOR TEST
* You can evaluate the suggested locator or your customized locator to check whether that locator can uniquely identify the web element of interest.

POM CODE GEN
* After designing the best locator for your web element, POM Builder can help you generate the corresponding POM code snippet. You can paste this code snippet directly into your Selenium, Protractor and TestArchitect project.

NOTES:
* POM Builder does not track your browsing history in any way, nor does it transmit any data over the internet. All data remains on your local hard disk drive at all times. However, POM Builder needs "webNavigation" and "tabs" permissions in order to generate locators for elements inside iFrames.

WHAT'S NEW
* Version: 1.1.7
- Shadow DOM support

* Version: 1.0.129
- Minor bug fixes

* Version: 1.0.124
- Added more information to the popup window
- Minor bug fixes

* Version: 1.0.104
- Generates frame path for an element located inside an iFrame
- Add escape sequences to output locator, if required.
- Improve UI/UX for POM Template Configuration feature: change behaviors of saving and reset functions.
- Improve UI/UX for Smart Gen feature: auto-hide non value field.
- Improve xPath and Css algorithm.
- Fix some other issues reported by our dear users.
Known Issues:
- Test Locator does not work properly in auto-redirect website.
- Locator values are not refreshed if user inspects the control in another frame then inspects back to exactly previous element.

* User Guide: https://github.com/logigearcorporation/pombuilder/wiki/User-Guide
* Release notes: https://github.com/logigearcorporation/pombuilder/wiki/Release-Notes
* Blog: https://blog.pombuilder.com/
* User group: https://www.facebook.com/groups/pombuilder/                    

Základní Informace o Rozšíření

Název POM Builder – Auto-generate CSS/XPath Locator POM Builder – Auto-generate CSS/XPath Locator
ID akcejfbfkkjnghlfngighgncolfaghco
Oficiální URL https://chromewebstore.google.com/detail/pom-builder-%E2%80%93-auto-genera/akcejfbfkkjnghlfngighgncolfaghco
Popis Instantly auto-generate the most robust locator including Xpath, CSS selector and more for use with Selenium or Protractor.
Velikost souboru 1.98 MB
Počet instalací 11,994
Aktuální Verze 1.1.7
Poslední Aktualizace 2021-03-27
Datum Vydání 2020-04-17
Hodnocení 3.89/5 Celkem 28 Hodnocení
Vývojář https://www.pombuilder.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.pombuilder.com
URL Stránky Nápovědy https://www.pombuilder.com
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "POM Builder \u2013 Auto-generate CSS\/XPath Locator",
    "short_name": "POM Builder",
    "version": "1.1.7",
    "manifest_version": 2,
    "description": "Instantly auto-generate the most robust locator including Xpath, CSS selector and more for use with Selenium or Protractor.",
    "icons": {
        "16": "images\/POMBuilder16.png",
        "48": "images\/POMBuilder48.png",
        "128": "images\/POMBuilder128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/POMBuilder16.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "POM Builder"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "webNavigation"
    ],
    "background": {
        "page": "background\/background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/script.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; img-src *; object-src 'self'",
    "devtools_page": "devtools\/devtools.html"
}