提供元: Vigneshwaran Gopalan
Inspect and view changes in @FindBy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "@FindBy",
"version": "1.3",
"description": "Generates cssSelector and xPath for Selenium",
"author": "Vigneshwaran Gopalan",
"background": {
"scripts": [
"./jscripts/FindBy_eventPage.js"
]
},
"permissions": [
"contextMenus",
"storage"
],
"web_accessible_resources": [
"/icons/*.png"
],
"icons": {
"16": "./icons/FindBy.png",
"48": "./icons/FindBy.png",
"128": "./icons/FindBy.png"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"./jscripts/jquery-3.5.1.min.js",
"./jscripts/FindBy_cs.js",
"./jscripts/FindByPopupUI.js"
],
"css": [
"/css/FindByPopup.css",
"/css/w3.css"
]
}
]
} ベストの@FindBy代替案
@FindByに類似したFirefox add-onをいくつか紹介します:
Selector Generator (XPath/CSS)
Fhicks1021
Selectors-Ace
Idrees Kema
eFast Object Finder
eFast Object Finder
LocatorHub
Mahmudul Hasan
LocatorLens – Smart Locator Automation
Yogesh
XPath Studio
Wilson
Ruto - XPath Finder
TestLeaf
CSS Selector Generator
rxliuli
CSS Selector Capture
dev47
SelectorsHub Pro
Sanjay Kumar | SelectorsHub Founder
Web Automation Selector Picker
mfthrmdhn