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 |
官方URL | 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" ] } |