
Selenium- Locators Java
Presentation
•
Computers
•
Professional Development
•
Hard
Suganthy m
Used 13+ times
FREE Resource
8 Slides • 0 Questions
1
Selenium- Locators Java
Suganthy M

2
What is a dynamic element on the web page?
dynamic element is an element which has 'dynamic attributes' and/or 'dynamic location' on the web page.
3
How to locate the dynamic elements on the web page?
We can locate dynamic elements using:
(a) Absolute XPath
(b) Relative XPath using Functions and Axes
(c) CSS (refer: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors)
4
XPath Facts
1. XPath stands for XML Path Language
2. powerful way of navigating through the DOM of any XML-like language document using XPathExpression, such as HTML
3. XPath uses a path notation (as in URLs) for navigating through the hierarchical structure of an XML document.
5
When would we use XPath locator in Selenium?
When locating the element through name or id is not possible.
the element does not have id attribute of name attribute
The id, name attribute of the element changes dynamically
if possible use By.id or By.name as less faster and more readable code
6
How to locate the dynamic elements using XPath?
XPath functions like starts-with(), text(), contains()
XPath Axes - An axis represents a relationship to the context node, and is used to locate nodes relative to that node on the tree. example:
Examples of XPath axes are : parent, child, ancestor, self, following-sibling, descendant-or-self
7
XPath: absolute XPath and relative XPath
Absolute XPath - Absolute XPath begins from the root element "/" and traverses through the DOM tree until it reaches the desired element.
disadvantage : if Note that if the DOM tree structure above the desired element changes in future, the absolute path will not work.
Relative XPath starts with double slash '//' and indicates path relative to any element in the DOM indicated by the XPath expression.
8
//a[starts-with(@href, "https://play.google.com/")]
any or all anchor elements that have 'href' attribute with value that starts with the text in quotes
@ precedes attribute name to indicate attribute
//a refers to all HTML anchor tags in the page
the [
Selenium- Locators Java
Suganthy M

Show answer
Auto Play
Slide 1 / 8
SLIDE
Similar Resources on Wayground
5 questions
Explain complex concepts using memes
Presentation
•
Professional Development
9 questions
Повторение
Presentation
•
Professional Development
9 questions
C4 W4 D2
Presentation
•
Professional Development
6 questions
SQL SELECT Statement 2
Presentation
•
University
6 questions
Inter 1 U2 Life in the city Part 2
Presentation
•
Professional Development
7 questions
Pelatihan FPD
Presentation
•
KG
3 questions
iBPLS:BPBCWP Learning Check
Presentation
•
Professional Development
5 questions
CNE - Lesson1
Presentation
•
Professional Development
Popular Resources on Wayground
20 questions
STAAR Review Quiz #3
Quiz
•
8th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
6 questions
Marshmallow Farm Quiz
Quiz
•
2nd - 5th Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
20 questions
Inferences
Quiz
•
4th Grade
19 questions
Classifying Quadrilaterals
Quiz
•
3rd Grade
12 questions
What makes Nebraska's government unique?
Quiz
•
4th - 5th Grade