Selenium Object Finder
Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation
Qu'est-ce que Selenium Object Finder ?
Selenium Object Finder est une extension Chrome développée par monirul.sk, et sa fonction principale est "Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Selenium Object Finder
Téléchargez les fichiers d'extension Selenium Object Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Selenium Object Finder |
ID | afckeoeojpomagchfimplhodjooafmcf |
URL Officiel | https://chromewebstore.google.com/detail/selenium-object-finder/afckeoeojpomagchfimplhodjooafmcf |
Description | Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation |
Taille du Fichier | 181 KB |
Nombre d'Installations | 6,010 |
Version Actuelle | 3.1 |
Dernière Mise à Jour | 2024-01-06 |
Date de Publication | 2018-03-31 |
Évaluation | 3.05/5 Total 19 Évaluations |
Développeur | monirul.sk |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |