Inspect and view changes in xPath 2 & Robot framework commands source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "xPath 2 & Robot framework commands",
"description": "Click on any element to get the xPath",
"homepage_url": "https://github.com/cuong-vm/xpath-finder",
"version": "1.0.4",
"icons": {
"64": "icons/default-64.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icons/default-64.png",
"default_title": "Click on any element to get the XPath and Robot framework automated test commands"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"inspect.js"
]
}
],
"commands": {
"toggle-xpath": {
"suggested_key": {
"default": "Ctrl+Shift+U",
"mac": "Command+Shift+U"
},
"description": "Toggle plugin"
}
},
"options_ui": {
"page": "options.html"
},
"permissions": [
"activeTab",
"<all_urls>",
"storage"
]
} Best xPath 2 & Robot framework commands Alternatives
Here are some Firefox add-ons that are similar to xPath 2 & Robot framework commands:
xPath Finder
Tomasz Rembacz
Xpather
301.st
Relative XPath Assistant
Francesco De Stefano
SelectorsHub Pro
SelectorsHub
BotForce365 Web Inspector
Botforce365 Web Inspector
TruePath
SumitG
Trackr.bot Element Selector
Trackr.bot
XPath Highlighter
mrkptt
Scraping — CSS & XPath finder
Dmitrii Senshov
ZXPath
JoshuaCold
Web Automation Selector Picker
mfthrmdhn
Ruto - XPath Finder
TestLeaf