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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย monirul.sk และคุณลักษณะหลักของมันคือ "Find Selenium Objects - id, name and custom attributes highlighted in different colors for easier test automation"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Selenium Object Finder
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |