Selenium Object Finder
Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation
什麼是Selenium Object Finder?
Selenium Object Finder是由monirul.sk開發的Chrome擴展程式,該擴展的主要功能是“Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation”。
擴展截圖
下載Selenium Object Finder擴展crx文件
下載Selenium Object Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Selenium Object Finder |
ID | afckeoeojpomagchfimplhodjooafmcf |
官方網址 | https://chromewebstore.google.com/detail/selenium-object-finder/afckeoeojpomagchfimplhodjooafmcf |
簡介 | Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation |
檔案大小 | 181 KB |
安裝次數 | 6,010 |
目前版本 | 3.1 |
更新時間 | 2024-01-06 |
上架時間 | 2018-03-31 |
評分 | 3.05/5 共 19 次評分 |
開發者 | monirul.sk |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |