Selenium Object Finder
Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation
Selenium Object Finder là gì?
Selenium Object Finder là một tiện ích mở rộng Chrome được phát triển bởi monirul.sk, và tính năng chính của nó là "Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Selenium Object Finder
Tải xuống các tệp mở rộng Selenium Object Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Selenium Object Finder |
ID | afckeoeojpomagchfimplhodjooafmcf |
URL Chính Thức | https://chromewebstore.google.com/detail/selenium-object-finder/afckeoeojpomagchfimplhodjooafmcf |
Mô tả | Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation |
Kích Thước Tệp | 181 KB |
Số Lần Cài Đặt | 6,010 |
Phiên Bản Hiện Tại | 3.1 |
Cập Nhật Lần Cuối | 2024-01-06 |
Ngày Phát Hành | 2018-03-31 |
Đánh Giá | 3.05/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | monirul.sk |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |