
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
8 questions
08 - Locating the Operating System
Presentation
•
Professional Development
7 questions
IECDM Project Web 2.0 tools
Presentation
•
Professional Development
4 questions
Divertida Mente (in process)
Presentation
•
Professional Development
9 questions
CHRISTMAS TRIVIA GAME
Presentation
•
Professional Development
7 questions
App Development With Flutter
Presentation
•
University - Professi...
1 questions
Стандартные функции
Presentation
•
KG
10 questions
Brain Teasers
Presentation
•
Professional Development
6 questions
EDUCATIONAL TECHNOLOGY
Presentation
•
University
Popular Resources on Wayground
24 questions
PBIS-HGMS Day 10
Quiz
•
6th - 8th Grade
10 questions
HCS SCI 03 Summer School Review 3
Quiz
•
3rd Grade
11 questions
Home Scope
Quiz
•
7th - 8th Grade
15 questions
HCS SCI 05 Summer School Assessment 3 Review
Quiz
•
5th Grade
35 questions
Lufkin Road Middle School Student Handbook & Policies Assessment
Quiz
•
7th Grade
18 questions
Geo 11.3 Area of Circles and Sectors
Quiz
•
9th - 11th Grade