Cypress SMART selectors

Cypress SMART selectors is an extension that generates any selector in Cypress format

What is Cypress SMART selectors?

Cypress SMART selectors is a Chrome extension developed by yhomara1817, and its main feature is "Cypress SMART selectors is an extension that generates any selector in Cypress format".

Extension Screenshots

screenshot
screenshot
screenshot

Download Cypress SMART selectors Extension CRX File

Download Cypress SMART selectors extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Cypress SMART selectors extension generates clean, robust and efficient locators for any element in Cypress format. It generates locators even for those elements that could only be written in XPATH format, even though Cypress does not support XPATH.                    

Extension Basic Information

Name Cypress SMART selectors Cypress SMART selectors
ID hfpkneppcnibikjnlnkjjdboaapdefaa
Official URL https://chromewebstore.google.com/detail/cypress-smart-selectors/hfpkneppcnibikjnlnkjjdboaapdefaa
Description Cypress SMART selectors is an extension that generates any selector in Cypress format
File Size 108 KB
Installation Count 1,195
Current Version 1.1.0
Last Updated 2023-01-29
Publish Date 2023-01-19
Rating 5.00/5 Total 2 Ratings
Developer yhomara1817
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cypress SMART selectors",
    "version": "1.1.0",
    "description": "Cypress SMART selectors is an extension that generates any selector in Cypress format",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "author": "Yomara",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Cypress SMART selectors",
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "48": "48.png",
            "128": "16.png"
        }
    }
}