🛠️ Tech Tools Space

Master XPath, JSON, RegEx, HTML and text processing tools

XPath Exercise

Interactive learning platform: solve XPath challenges from basic to advanced.

Check out our step-by-step guide for QA Selenium Automation Engineers: Learning XPath

Question

HTML Snippet

Raw HTML

Your XPath

XPath Examples

//div[@class='content']
//a[contains(@href, 'example')]
//input[@type='text'][1]
//h1/following-sibling::p

JSONPath Examples

$.users[*].name
$.products[?(@.price > 100)]
$..address.city
$.data[0:2]

RegEx Examples

/\b\w+@\w+\.\w+\b/g (Email addresses)
/\d{3}-\d{3}-\d{4}/g (Phone numbers)
/https?:\/\/[^\s]+/g (URLs)
/^[A-Z][a-z]+$/g (Capitalized words)

Get in Touch

We'd love to hear from you! Choose the method that works best for you:

📧 Email Us Directly

Send us an email with your feedback, questions, or suggestions:

📝 Anonymous Feedback Form

Prefer to share feedback anonymously? Use our Google Form:

Open Feedback Form

Opens in a new tab • No personal information required

💬 What We'd Love to Hear

  • Your feedback and suggestions
  • Questions about our services
  • Ideas for improvement
  • General inquiries