Automation Laboratories
63 subscribers
16 photos
2 videos
98 links
We provide services 🔶 Software Development 🔶 DevOps & Agile 🔶 Automation 🔶 Testing 🔶 Mobile 🔶 Performance 🔶 Security 🔶 API 🔶 ETL 🔶 AI 🔶 IOT 🔶 Auditing 🔶 AWS 🔶 Azure cloud 🔶 AWS 🔶 Hiring 🔶 Digital Marketing 🔶 On-demand Resources
Download Telegram
#XPathTip: //tagname[text()]
It will return the elements which has the text.
For ex- //a[text()] -> This is the XPath for all the links which has the text.

#xpath