SlideShare a Scribd company logo
14
Most read
19
Most read
20
Most read
JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training
JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training
Topics to be covered…
01 Introduction to Xpath
02 XML Document
03 Benefits of Xpath
04 Syntax & Terminology
05 Types of Xpath
06 Xpath Functions
Introduction to
JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training
Introduction To Xpath
XPath can be also defined as XML path
It consists of a path expression along with some conditions
Xpath is a language to query XML documents
Important strategy to locate elements in Selenium
XML Document
JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training
XML Document
<bookstore>
<book category= “cooking”>
<title lang=“en”>Everyday Chinese</title>
<author>K.S.Bose</author>
<book>
<book category= “children”>
<title lang=“en”>Harry Potter</title>
<author>J.K. Rowling</author>
<book>
bookstore
book (category: cooking)
author ( K.S
Bose)
author (J.K.
Rowling)
title (Everyday
Chinese)
book (category: children)
title (Harry
Potter)
XML Tree
bookstore
book (category: cooking)
author ( K.S
Bose)
author (J.K.
Rowling)
title (Everyday
Chinese)
book (category: children)
title (Harry
Potter)
XML Tree
Xpath = /bookstore/book[@category=‘children’]/author
JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training
Benefits of Xpath
Queries are compact
Queries are easily parsed
Queries are easy to read & type
Queries do not return repeated nodes
Syntax is simple for simple and common cases
You can uniquely identify any node in XML Document
1
2
3
4
5
6
Syntax &
Terminology of
JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training
Syntax and Terminology
Xpath=/tagname[@Attribute=‘Value’]
Select current node Select attributes Value of an attribute
Attribute Name
Tagname like input,
div, img etc
Types of
JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training
Types of Xpath
Relative Xpath
Absolute Xpath
JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training
Types of Xpath
Relative Xpath
Absolute Xpath It is the direct way to find the element, but the disadvantage of the
absolute XPath is that if there are any changes made in the path of the
element then that XPath gets failed.
Ex: /html/body/div[1]/section/div[1]/div
JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training
Types of Xpath
Relative Xpath
Absolute Xpath For, Relative Xpath the path starts from the middle of the HTML DOM
structure. It starts with the double forward slash (//), which means it can
search the element anywhere at the webpage
Ex: //input[@id=‘ap_email’]
Xpath in Selenium | Selenium Xpath Tutorial | Selenium Xpath Examples | Selenium Training | Edureka
JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training
<bookstore>
<book category= “cooking”>
<title lang=“en”>Everyday Chinese</title>
<author>K.S.Bose</author>
<book>
<book category= “children”>
<title lang=“en”>Harry Potter</title>
<author>J.K. Rowling</author>
<book>
Xpath Functions
JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training
Xpath Functions
text()
starts-with()
contains( )
JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training
Xpath Functions
text()
starts-with()
contains( )
contains() is a method used in XPath expression. It is used when the
value of any attribute changes dynamically, for example, login
information.
Xpath=//*[contains(@type,'sub')]
Syntax:
JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training
Xpath Functions
text()
contains( )
starts-with()
starts-with function finds the element whose attribute value
changes on refresh or any operation on the webpage.
Xpath=//label[starts-with(@id,’message')]
Syntax:
JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training
Xpath Functions
starts-with()
contains( )
text()
In this expression, with text function, we find the element with exact text
match as shown below. In our case, we find the element with text
"UserID".
Syntax:
Xpath=//td[text()=’UserID’]
Xpath in Selenium | Selenium Xpath Tutorial | Selenium Xpath Examples | Selenium Training | Edureka

More Related Content

What's hot (20)

PPTX
Selenium Locators
Satyam Pandey
 
PPTX
Angular tutorial
Rohit Gupta
 
PDF
Selenium Automation Testing Interview Questions And Answers
Ajit Jadhav
 
PPTX
Test automation using selenium
Cynoteck Technology Solutions Private Limited
 
PPTX
Automation - web testing with selenium
Tzirla Rozental
 
PPTX
Angular modules in depth
Christoffer Noring
 
PDF
Selenium Maven With Eclipse | Edureka
Edureka!
 
PDF
Angular Directives | Angular 2 Custom Directives | Angular Tutorial | Angular...
Edureka!
 
PPTX
Selenium WebDriver training
Vijay Krishnan Ramaswamy
 
PPTX
Selenium test automation
Srikanth Vuriti
 
PPTX
Angular 9
Raja Vishnu
 
PPTX
Angular
Mouad EL Fakir
 
PPTX
TestNG with selenium
Gousalya Ramachandran
 
PPTX
jQuery from the very beginning
Anis Ahmad
 
PPT
Selenium
Kalyan ch
 
PPTX
java Servlet technology
Tanmoy Barman
 
PPTX
Hibernate ppt
Aneega
 
PPTX
Selenium locators: ID, Name, xpath, CSS Selector advance methods
Pankaj Dubey
 
PDF
Spring Framework - MVC
Dzmitry Naskou
 
PPTX
Python selenium
Ducat
 
Selenium Locators
Satyam Pandey
 
Angular tutorial
Rohit Gupta
 
Selenium Automation Testing Interview Questions And Answers
Ajit Jadhav
 
Test automation using selenium
Cynoteck Technology Solutions Private Limited
 
Automation - web testing with selenium
Tzirla Rozental
 
Angular modules in depth
Christoffer Noring
 
Selenium Maven With Eclipse | Edureka
Edureka!
 
Angular Directives | Angular 2 Custom Directives | Angular Tutorial | Angular...
Edureka!
 
Selenium WebDriver training
Vijay Krishnan Ramaswamy
 
Selenium test automation
Srikanth Vuriti
 
Angular 9
Raja Vishnu
 
TestNG with selenium
Gousalya Ramachandran
 
jQuery from the very beginning
Anis Ahmad
 
Selenium
Kalyan ch
 
java Servlet technology
Tanmoy Barman
 
Hibernate ppt
Aneega
 
Selenium locators: ID, Name, xpath, CSS Selector advance methods
Pankaj Dubey
 
Spring Framework - MVC
Dzmitry Naskou
 
Python selenium
Ducat
 

Similar to Xpath in Selenium | Selenium Xpath Tutorial | Selenium Xpath Examples | Selenium Training | Edureka (20)

PDF
Querring xml with xpath
Malintha Adikari
 
PDF
Xpath tutorial
Ashoka Vanjare
 
PPTX
xpaths.pptx
KundetiLeena1
 
PPTX
X path
Sagar Guhe
 
PPTX
X path
Sagar Guhe
 
PPT
03 x files
Baskarkncet
 
PPTX
Extracting data from xml
Kumar
 
PDF
A brief overview of XPath - Topic in XML - Web Technologies
SadhuRamakrishnanBal
 
PDF
Xpath.pdf
BalasundaramSr
 
PDF
Introduction to XPath
torp42
 
PPTX
Xpath & Xquery in XML documents for retreving data
aiswaryasathwik
 
PDF
Xpath1
Dr.Saranya K.G
 
PPT
Xpath presentation
Alfonso Gabriel López Ceballos
 
PDF
Querying XML: XPath and XQuery
Katrien Verbert
 
PPTX
Structured Strategy: How to Supercharge Your Content Analysis with XML and XPath
Josh Anderson
 
PPT
Xpath
Manav Prasad
 
PDF
Using XPath in Selenium_ All you need to know.pdf
RobertMartin69776
 
PPTX
XPath
Raji Ghawi
 
PPTX
XPATH
Sun Technlogies
 
Querring xml with xpath
Malintha Adikari
 
Xpath tutorial
Ashoka Vanjare
 
xpaths.pptx
KundetiLeena1
 
X path
Sagar Guhe
 
X path
Sagar Guhe
 
03 x files
Baskarkncet
 
Extracting data from xml
Kumar
 
A brief overview of XPath - Topic in XML - Web Technologies
SadhuRamakrishnanBal
 
Xpath.pdf
BalasundaramSr
 
Introduction to XPath
torp42
 
Xpath & Xquery in XML documents for retreving data
aiswaryasathwik
 
Querying XML: XPath and XQuery
Katrien Verbert
 
Structured Strategy: How to Supercharge Your Content Analysis with XML and XPath
Josh Anderson
 
Using XPath in Selenium_ All you need to know.pdf
RobertMartin69776
 
XPath
Raji Ghawi
 
Ad

More from Edureka! (20)

PDF
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
PDF
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
PDF
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
PDF
Tableau Tutorial for Data Science | Edureka
Edureka!
 
PDF
Python Programming Tutorial | Edureka
Edureka!
 
PDF
Top 5 PMP Certifications | Edureka
Edureka!
 
PDF
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
PDF
Linux Mint Tutorial | Edureka
Edureka!
 
PDF
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
PDF
Importance of Digital Marketing | Edureka
Edureka!
 
PDF
RPA in 2020 | Edureka
Edureka!
 
PDF
Email Notifications in Jenkins | Edureka
Edureka!
 
PDF
EA Algorithm in Machine Learning | Edureka
Edureka!
 
PDF
Cognitive AI Tutorial | Edureka
Edureka!
 
PDF
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
PDF
Blue Prism Top Interview Questions | Edureka
Edureka!
 
PDF
Big Data on AWS Tutorial | Edureka
Edureka!
 
PDF
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
PDF
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
PDF
Introduction to DevOps | Edureka
Edureka!
 
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
Tableau Tutorial for Data Science | Edureka
Edureka!
 
Python Programming Tutorial | Edureka
Edureka!
 
Top 5 PMP Certifications | Edureka
Edureka!
 
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
Linux Mint Tutorial | Edureka
Edureka!
 
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
Importance of Digital Marketing | Edureka
Edureka!
 
RPA in 2020 | Edureka
Edureka!
 
Email Notifications in Jenkins | Edureka
Edureka!
 
EA Algorithm in Machine Learning | Edureka
Edureka!
 
Cognitive AI Tutorial | Edureka
Edureka!
 
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
Blue Prism Top Interview Questions | Edureka
Edureka!
 
Big Data on AWS Tutorial | Edureka
Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
Introduction to DevOps | Edureka
Edureka!
 
Ad

Recently uploaded (20)

PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
PDF
Advancing WebDriver BiDi support in WebKit
Igalia
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PPTX
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
PDF
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
Advancing WebDriver BiDi support in WebKit
Igalia
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 

Xpath in Selenium | Selenium Xpath Tutorial | Selenium Xpath Examples | Selenium Training | Edureka

  • 1. JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training
  • 2. JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training Topics to be covered… 01 Introduction to Xpath 02 XML Document 03 Benefits of Xpath 04 Syntax & Terminology 05 Types of Xpath 06 Xpath Functions
  • 4. JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training Introduction To Xpath XPath can be also defined as XML path It consists of a path expression along with some conditions Xpath is a language to query XML documents Important strategy to locate elements in Selenium
  • 6. JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training XML Document <bookstore> <book category= “cooking”> <title lang=“en”>Everyday Chinese</title> <author>K.S.Bose</author> <book> <book category= “children”> <title lang=“en”>Harry Potter</title> <author>J.K. Rowling</author> <book>
  • 7. bookstore book (category: cooking) author ( K.S Bose) author (J.K. Rowling) title (Everyday Chinese) book (category: children) title (Harry Potter) XML Tree
  • 8. bookstore book (category: cooking) author ( K.S Bose) author (J.K. Rowling) title (Everyday Chinese) book (category: children) title (Harry Potter) XML Tree Xpath = /bookstore/book[@category=‘children’]/author
  • 9. JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training Benefits of Xpath Queries are compact Queries are easily parsed Queries are easy to read & type Queries do not return repeated nodes Syntax is simple for simple and common cases You can uniquely identify any node in XML Document 1 2 3 4 5 6
  • 11. JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training Syntax and Terminology Xpath=/tagname[@Attribute=‘Value’] Select current node Select attributes Value of an attribute Attribute Name Tagname like input, div, img etc
  • 13. JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training Types of Xpath Relative Xpath Absolute Xpath
  • 14. JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training Types of Xpath Relative Xpath Absolute Xpath It is the direct way to find the element, but the disadvantage of the absolute XPath is that if there are any changes made in the path of the element then that XPath gets failed. Ex: /html/body/div[1]/section/div[1]/div
  • 15. JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training Types of Xpath Relative Xpath Absolute Xpath For, Relative Xpath the path starts from the middle of the HTML DOM structure. It starts with the double forward slash (//), which means it can search the element anywhere at the webpage Ex: //input[@id=‘ap_email’]
  • 17. JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training <bookstore> <book category= “cooking”> <title lang=“en”>Everyday Chinese</title> <author>K.S.Bose</author> <book> <book category= “children”> <title lang=“en”>Harry Potter</title> <author>J.K. Rowling</author> <book> Xpath Functions
  • 18. JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training Xpath Functions text() starts-with() contains( )
  • 19. JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training Xpath Functions text() starts-with() contains( ) contains() is a method used in XPath expression. It is used when the value of any attribute changes dynamically, for example, login information. Xpath=//*[contains(@type,'sub')] Syntax:
  • 20. JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training Xpath Functions text() contains( ) starts-with() starts-with function finds the element whose attribute value changes on refresh or any operation on the webpage. Xpath=//label[starts-with(@id,’message')] Syntax:
  • 21. JAVA CERTIFICATION TRAINING www.edureka.co/java-j2ee-soa-training Xpath Functions starts-with() contains( ) text() In this expression, with text function, we find the element with exact text match as shown below. In our case, we find the element with text "UserID". Syntax: Xpath=//td[text()=’UserID’]