Selenium Object Finder
Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation
Co to jest Selenium Object Finder?
Selenium Object Finder to rozszerzenie Chrome opracowane przez monirul.sk, a jego główną funkcją jest „Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Selenium Object Finder
Pobierz pliki rozszerzeń Selenium Object Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Selenium Object Finder |
ID | afckeoeojpomagchfimplhodjooafmcf |
Oficjalny URL | https://chromewebstore.google.com/detail/selenium-object-finder/afckeoeojpomagchfimplhodjooafmcf |
Opis | Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation |
Rozmiar pliku | 181 KB |
Liczba instalacji | 6,010 |
Aktualna Wersja | 3.1 |
Ostatnia Aktualizacja | 2024-01-06 |
Data Publikacji | 2018-03-31 |
Ocena | 3.05/5 Łącznie 19 Oceny |
Deweloper | monirul.sk |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |