Selenium Object Finder

Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation

Cos'è Selenium Object Finder?

Selenium Object Finder è un'estensione di Chrome sviluppata da monirul.sk, e la sua funzione principale è "Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Selenium Object Finder

Scarica i file di estensione Selenium Object Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Spot all the available id, name and custom attributes- highlighted in different colors
for web automation using Selenium WebDriver.

This chrome extension - SOF, helps to find all the objects without searching through the DOM. And the id,name and custom attribute values are displayed while hovering on the colored fields.

This way you can see the availability of Selenium objects in every page and you can ask the application developer to add the attributes right away for building robust automation test code when you are running fast in Agile.

*Custom attributes will be continually added on request
https://www.youtube.com/watch?v=sX3JKYFgIPY                    

Informazioni di Base sull'Estensione

Nome Selenium Object Finder Selenium Object Finder
ID afckeoeojpomagchfimplhodjooafmcf
URL Ufficiale https://chromewebstore.google.com/detail/selenium-object-finder/afckeoeojpomagchfimplhodjooafmcf
Descrizione Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation
Dimensione del File 181 KB
Conteggio Installazioni 6,010
Versione Corrente 3.1
Ultimo Aggiornamento 2024-01-06
Data di Pubblicazione 2018-03-31
Valutazione 3.05/5 Totale 19 Valutazioni
Sviluppatore monirul.sk
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Selenium Object Finder",
    "version": "3.1",
    "manifest_version": 3,
    "description": "Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation",
    "action": {
        "default_icon": "sof.png",
        "default_title": "Selenium Object Finder",
        "default_popup": "object-finder.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}