W3C tutorial on XPATH: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
I'll use XPATH a go next time I write some web automation scripts. | I'll use XPATH a go next time I write some web automation scripts. | ||
I also found this useful [http://scraping.pro/res/xpath-cheat/xpath_css_dom_recipes.pdf Cheat sheet | I also found this useful [http://scraping.pro/res/xpath-cheat/xpath_css_dom_recipes.pdf Cheat sheet for XPath, CSS, DOM, and Selenium locators]. ([http://xpath.alephzarro.com/content/cheatsheet.html this one is pretty useful too]) |
Revision as of 02:31, 28 November 2016
I wanted to learn a bit more about XPATH syntax and went through the W3C tutorial on XPATH.
I'll use XPATH a go next time I write some web automation scripts.
I also found this useful Cheat sheet for XPath, CSS, DOM, and Selenium locators. (this one is pretty useful too)