Skip to content

Instantly share code, notes, and snippets.

  1. How old are you going to be?
  2. What is your favorite color?
  3. How tall are you?
  4. What is your favorite food?
  5. Who are some of your best friends?
  6. What is your favorite TV show?
  7. What is your favorite thing to do?
  8. What is the best part of your day?
  9. Where would you like to go for vacation?
  10. What do you want to do when you grow up?
// XPath CheatSheet
// To test XPath in your Chrome Debugger: $x('/html/body')
// http://www.jittuu.com/2012/2/14/Testing-XPath-In-Chrome/
// 0. XPath Examples.
// More: http://xpath.alephzarro.com/content/cheatsheet.html
'//hr[@class="edge" and position()=1]' // every first hr of 'edge' class