Selenium Object Finder
Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation
Hvad er Selenium Object Finder?
Selenium Object Finder er en Chrome-udvidelse udviklet af monirul.sk, og dens hovedfunktion er "Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation".
Udvidelsesskærmbilleder
Download Selenium Object Finder-udvidelses-CRX-fil
Download Selenium Object Finder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Selenium Object Finder |
ID | afckeoeojpomagchfimplhodjooafmcf |
Officiel URL | https://chromewebstore.google.com/detail/selenium-object-finder/afckeoeojpomagchfimplhodjooafmcf |
Beskrivelse | Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation |
Filstørrelse | 181 KB |
Antal Installationer | 6,010 |
Nuværende Version | 3.1 |
Senest Opdateret | 2024-01-06 |
Udgivelsesdato | 2018-03-31 |
Bedømmelse | 3.05/5 Samlet 19 Bedømmelser |
Udvikler | monirul.sk |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |