Difference between revisions of "Xpath tools"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
{{chrome}} javascript console | {{chrome}} javascript console | ||
# 選單: 工具 -> 開發人員工具 -> Console | # 選單: 工具 -> 開發人員工具 -> Console | ||
− | # 確認符合 XPath 規則的結果,例如 XPath 規則是 {{kbd | key = <nowiki>"//img"</nowiki>}},可在 Console 輸入 {{kbd | key = <nowiki> $x("//img") </nowiki>}},按 Enter。就會顯示符合 xpath 規則的結果<ref>[http://stackoverflow.com/questions/3030487/is-there-a-way-to-get-the-xpath-in-google-chrome Is there a way to get the xpath in google chrome? - Stack Overflow]</ref>: | + | # 確認符合 XPath 規則的結果,例如 XPath 規則是 {{kbd | key = <nowiki>"//img"</nowiki>}},可在 Console 輸入 {{kbd | key = <nowiki> $x("//img") </nowiki>}},按 Enter。就會顯示符合 xpath 規則的結果<ref>[http://stackoverflow.com/questions/3030487/is-there-a-way-to-get-the-xpath-in-google-chrome Is there a way to get the xpath in google chrome? - Stack Overflow]</ref><ref>[https://yizeng.me/2014/03/23/evaluate-and-validate-xpath-css-selectors-in-chrome-developer-tools/ Evaluate and validate XPath/CSS selectors in Chrome Developer Tools | Yi Zeng’s Blog]</ref>: |
https://farm4.staticflickr.com/3886/15103179455_c452b70923.jpg | https://farm4.staticflickr.com/3886/15103179455_c452b70923.jpg | ||
Latest revision as of 16:56, 28 October 2020
List of tools for xpath expression selection/query
Contents
chrome javascript console[edit]
- 選單: 工具 -> 開發人員工具 -> Console
- 確認符合 XPath 規則的結果,例如 XPath 規則是 "//img",可在 Console 輸入 $x("//img") ,按 Enter。就會顯示符合 xpath 規則的結果[1][2]:
image hosted by flickr
chrome extension[edit]
- 輸入 ctrl + shift + x 或點選工具列上的 x 圖示,開啟 XPath Helper console (顯示在網頁上方)
- 輸入 xpath 規則。就會凸顯符合 xpath 規則的網頁元件地方
image hosted by flickr
Natu WebSync - Chrome 線上應用程式商店
- 開啟「開發人員工具」
- 點選標籤「WebSync」-> 輸入 xpath 規則
firefox extension[edit]
Firebug + FirePath for Firefox
- 選單: 工具 --> 網頁開發者 --> Firebug --> 開啟 Firebug
- 切換到 FirePath 標籤
- 輸入 xpath 規則。就會凸顯符合 xpath 規則的網頁元件地方
Sublime text editor[edit]
xpath - Packages - Package Control: "Sublime Text plugin for easier cursor navigation of XML and HTML files using XPath 1.0."
Steps
- Menu: Tools -> Command Palette
- Xpath: Query document
- input Xpath expression
Other tools[edit]
- XPath Expression Tester for XML [Last visited: 2020-06-09]
- Free Online XPath Tester / Evaluator for XML [Last visited: 2020-06-09]
References[edit]
- References
Related articles
Troubleshooting of ...
- Troubleshooting of Excel errors
- PHP, cUrl, Python, selenium errors
- Database: SQL syntax debug, MySQL errors or MySQLTuner errors
- Troubleshooting of regular expression
- HTML/Javascript: Troubleshooting of javascript, XPath
- Software: Mediawiki, FTP problems
- Testing, Web Ping, Network problem, Web user behavior, Web scrape troubleshooting
Template