Gutenberg Smart XPath, by Subject7
Gutenberg, Subject7 Smart XPath, is a Chrome extension that provides robust and smart XPath and CSS.
Gutenberg Smart XPath, by Subject7とは何ですか?
Gutenberg Smart XPath, by Subject7はsubject7teamによって開発されたChromeの拡張機能で、その主な機能は「Gutenberg, Subject7 Smart XPath, is a Chrome extension that provides robust and smart XPath and CSS.」です。
拡張機能のスクリーンショット
Gutenberg Smart XPath, by Subject7拡張機能のCRXファイルをダウンロード
Gutenberg Smart XPath, by Subject7拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Subject7 Smart XPath (Gutenberg), is a Chrome extension that provides robust and smart XPath and CSS (i.e. locators) for Selenium users or any other automation tool that uses XPath's and/or CSS for automation. User provides a hint, which is basically a label close to the target element and the engine provides a relative XPath/CSS from the source to the target. Users have the option to avoid the engine to produce locators with Id's/names. This is to avoid locators with auto-generated Id/name which would make automation unstable. Checkout the YouTube videos simple and advance case. Give it a try it's free. For enhancement requests, send emails to [email protected]
拡張機能の基本情報
名前 | Gutenberg Smart XPath, by Subject7 |
ID | dfjdgoemofihnmfkoombfncangdehnla |
公式URL | https://chromewebstore.google.com/detail/gutenberg-smart-xpath-by/dfjdgoemofihnmfkoombfncangdehnla |
説明 | Gutenberg, Subject7 Smart XPath, is a Chrome extension that provides robust and smart XPath and CSS. |
ファイルサイズ | 866 KB |
インストール数 | 210 |
現在のバージョン | 4.2.2 |
最終更新日 | 2023-10-29 |
公開日 | 2019-05-31 |
開発者 | subject7team |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.subject-7.com |
ヘルプページのURL | https://subject7.zendesk.com/ |
プライバシーポリシーページのURL | https://www.subject7.com/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gutenberg Smart XPath, by Subject7", "version": "4.2.2", "action": { "default_icon": "img\/app-disabled.png", "default_title": "Click to enable Subject7 Gutenberg" }, "description": "Gutenberg, Subject7 Smart XPath, is a Chrome extension that provides robust and smart XPath and CSS.", "icons": { "16": "img\/app-icon16x16.png", "48": "img\/app-icon48x48.png", "128": "img\/app-icon128x128.png" }, "options_page": "js\/pages\/options\/options.html", "background": { "service_worker": "js\/serviceWorker.js" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/lib\/jquery.min.js", "js\/lib\/jquery-ui.min.js", "js\/lib\/sandblaster.js", "js\/constants.js", "js\/services\/cssify.js", "js\/services\/apiService.js", "js\/engine\/templateXPathEngine.js", "js\/engine\/smartXPathEngine.js", "js\/subject7Gutenberg.js" ], "run_at": "document_end", "matches": [ " |