Selenideium Element Inspector
A handy tool to log attributes and Selenide, Selenium, Cypress, Playwright, Squish and TestCafe locators of the clicked element.
什么是Selenideium Element Inspector?
Selenideium Element Inspector是由https://mszeles.com开发的Chrome扩展程序,该扩展的主要功能是“A handy tool to log attributes and Selenide, Selenium, Cypress, Playwright, Squish and TestCafe locators of the clicked element.”。
扩展截图
下载Selenideium Element Inspector扩展crx文件
下载Selenideium Element Inspector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Selenideium Element Inspector is a handy tool with which you can automatically generate complete line of copy-pastable Selenide, Selenium, Cypress, Playwright, TestCafe and Squish locators with a single click for any element. Just copy-past the printed selector straight into your favourite IDE and that's it. You can save dozens of minutes each day by using this extension. Please leave a review in case you find the plugin useful! Buy me a coffee in case you save time by using Selenideium Element Inspector!: https://buymeacoffee.com/mikiszeles 😊 Release notes V2.0 - Added support for: - Selenium JavaScript - Selenium Python - Selenium C# - Cypress - TestCafe - Playwright - Squish - Provide an option to select the testing frameworks for which selectors will be generated V1.2 - Printing relative XPath selector for both Selenide and Selenium - Printing CSS selectors based on any unique attribute for both Selenide and Selenium - Printing CSS selectors based on any unique class for both Selenide and Selenium - Automatically adding ";" to the end of the selector, so you really only have to copy-paste the code. - Marking the start and end of the logs belonging to Selenideium Element Inspector V1.1 - Updated extension description V1.0 - Printing the clicked element to the console for both Selenide and Selenium - Printing id based selector for both Selenide and Selenium - Printing name based selector for both Selenide and Selenium - Printing tagName based selector for both Selenide and Selenium - Printing linkText based selector for both Selenide and Selenium - Printing withText based selector for Selenide - Printing CSS based selector for both Selenide and Selenium
扩展基本信息
名称 | |
ID | mgfhljklijclnfeglclagdeoiknnmnda |
官方URL | https://chromewebstore.google.com/detail/selenideium-element-inspe/mgfhljklijclnfeglclagdeoiknnmnda |
简介 | A handy tool to log attributes and Selenide, Selenium, Cypress, Playwright, Squish and TestCafe locators of the clicked element. |
文件大小 | 34.96 KB |
安装次数 | 628 |
当前版本 | 2.0 |
更新时间 | 2022-03-03 |
上架时间 | 2022-02-15 |
评分 | 5.00/5 共4次评分 |
开发者 | https://mszeles.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Selenideium Element Inspector", "description": "A handy tool to log attributes and Selenide, Selenium, Cypress, Playwright, Squish and TestCafe locators of the clicked element.", "version": "2.0", "manifest_version": 3, "permissions": [ "storage" ], "options_page": "resources\/options.html", "background": { "service_worker": "src\/background.js" }, "content_scripts": [ { "matches": [ " |