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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    ]
}