Learn Element Locators : CSS Selector and Xpath from Scratch
Learn Element Locators : CSS Selector and Xpath from Scratch, available at $19.99, has an average rating of 4.5, with 57 lectures, based on 30 reviews, and has 1929 subscribers.
You will learn about By the end of this course you will be able to Locate any Web Elements in the Web page at Framework level. You will be able to answer What, Why and when to use with explanation. You will gain confidence with “Real time scenario” so that you can answer to anybody with confidence- This is Main focus. You will be able to develop most optimised xpath You will be able to write basic to complex CSS locators You will be able to write basic to advance level of Xpath locators You will be able to use locators in different automation tools like Selenium, JMeter, Katalon etc. You can design basic html page and try yourself Inspect and find any web elements like a pro at end of the course. This course is ideal for individuals who are * For automation Tester refreshing their xpath and css selector skills or * Manual testers, Non-programming aware testers interested in learning Automation or * Any Experience who want to change Domain OR update their skills. or * Beginner Automation Tester or Become Pro in Locating any web elements for UI Automation or App Automation. It is particularly useful for * For automation Tester refreshing their xpath and css selector skills or * Manual testers, Non-programming aware testers interested in learning Automation or * Any Experience who want to change Domain OR update their skills. or * Beginner Automation Tester or Become Pro in Locating any web elements for UI Automation or App Automation.
Enroll now: Learn Element Locators : CSS Selector and Xpath from Scratch
Summary
Title: Learn Element Locators : CSS Selector and Xpath from Scratch
Price: $19.99
Average Rating: 4.5
Number of Lectures: 57
Number of Published Lectures: 56
Number of Curriculum Items: 57
Number of Published Curriculum Objects: 56
Original Price: ₹1,199
Quality Status: approved
Status: Live
What You Will Learn
- By the end of this course you will be able to Locate any Web Elements in the Web page at Framework level.
- You will be able to answer What, Why and when to use with explanation.
- You will gain confidence with “Real time scenario” so that you can answer to anybody with confidence- This is Main focus.
- You will be able to develop most optimised xpath
- You will be able to write basic to complex CSS locators
- You will be able to write basic to advance level of Xpath locators
- You will be able to use locators in different automation tools like Selenium, JMeter, Katalon etc.
- You can design basic html page and try yourself
- Inspect and find any web elements like a pro at end of the course.
Who Should Attend
- * For automation Tester refreshing their xpath and css selector skills
- * Manual testers, Non-programming aware testers interested in learning Automation
- * Any Experience who want to change Domain OR update their skills.
- * Beginner Automation Tester
- Become Pro in Locating any web elements for UI Automation or App Automation.
Target Audiences
- * For automation Tester refreshing their xpath and css selector skills
- * Manual testers, Non-programming aware testers interested in learning Automation
- * Any Experience who want to change Domain OR update their skills.
- * Beginner Automation Tester
- Become Pro in Locating any web elements for UI Automation or App Automation.
Element Locator is the Base of Selenium and a Good Automation Tester should know how to write robust xpath and CSS
With the help of Locators, we can locate any element uniquely on the web page.
CSS and Xpath are most common and most usable element locators used in different automation tools like Selenium, Appium, Katalon Studio, Watir and many more.
What made this course Unique from other courses?
Only course on the Internet which covers Real time Basic explanation about Locators
In this course, we are going to cover
-
Basic understanding of DOM and HTML
-
Basic of Web Elements attributes
-
Basic Locators : tag,id, name, className, linkText, partialLinkText
-
Basic to advance understanding of CSS locators
-
Xpath Locators using Attributes
-
Xpath Locators using text and contains and different functions
-
Path by Axes – Complete guide with Practicals
-
Xpath Locators using Dynamic path
-
Best practices while writing element locators
-
Locate any web elements on web page like Pro & Experienced
WHAT MAKES THIS COURSE BEST?
Learn Element Locators with Real time interview question and Notes for each sections.
Course is prepared by picking real time scenarios what actually industry does in Real time to find the WebElements.
End of This course –
At the end of this course you can pick any Web Application over internet and can Locate the WebElements comfortably and make Automation easy !!
Keep Learning- Keep Growing
and Wish you all the Best !!
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: Introduction of Locators
Lecture 3: Better Learning Experience – Must for new to Udemy | Optional who know
Lecture 4: How to Reach out to Instructor
Chapter 2: Basic Locators
Lecture 1: Basic of HTML and DOM
Lecture 2: Understanding the need of Locators
Lecture 3: Locating first webElement by TagName
Lecture 4: Real time Use of id, name and className
Lecture 5: Real time Use of linkText and partialLinkText
Lecture 6: Real time Use of attributes
Chapter 3: Complete CSS Selector – Inspecting & Location
Lecture 1: XPATH & CSS Selector Introduction
Lecture 2: CSS Selector Introduction
Lecture 3: CSS Selector – Using ID, Name & Class Name
Lecture 4: CSS Selector – Using Attributes
Lecture 5: CSS Selector – Using Start With
Lecture 6: CSS Selector – Using End With
Lecture 7: CSS Selector – Using Contains & Sub-String
Chapter 4: Basic to Expert Learning of CSS with Live Website Execution (Optional)
Lecture 1: Understanding the CSS Selector and use of id
Lecture 2: Real time Use of className and Attributes
Lecture 3: Real time Use of Start with, end with and contains
Lecture 4: CSS Selector Limitation & Beginning of XPATH
Chapter 5: Complete XPATH – Inspecting & Location Like a PRO
Lecture 1: XPATH Introduction
Lecture 2: Absolute XPATH Use & Limitation
Lecture 3: Relative XPATH & Advantages
Lecture 4: XPATH by Attributes
Lecture 5: XPATH By Using Multiple Attributes
Lecture 6: XAPTH Using Multiple Operators
Lecture 7: XPATH Using Text Function Introduction
Lecture 8: XPATH Using Text Function Practicals
Lecture 9: XPATH Using Contains Function Introduction
Lecture 10: XPATH Using Contains Function Practicals
Lecture 11: XPATH – Traversing Backward & Forward
Lecture 12: XPATH – Dependent-Independent Concepts
Lecture 13: XPATH – Dependent-Independent Practicals
Lecture 14: XPATH – by Group Index
Lecture 15: XPATH – by Group Index Practicals
Lecture 16: XPATH – Use of Axes
Lecture 17: XPATH – by Ancestor
Lecture 18: XPATH – by Descendant
Lecture 19: XPATH – by Parent
Lecture 20: XPATH – by Following & Preceding
Lecture 21: XPATH – by Following & Preceding Sibling
Lecture 22: XPATH – Conclusion
Chapter 6: Basic to Expert Learning of Xpath – Practicals (Optional)
Lecture 1: Introduction and need of xpath
Lecture 2: Understanding Absolute Xpath
Lecture 3: Real time Use of Relative Xpath by Attributes
Lecture 4: Real time Use of and, or and text
Lecture 5: Real time Use of text and contains
Lecture 6: Real time Use of Traversing in Xpath
Lecture 7: Real time Use of following and preceding
Lecture 8: Real time Use of siblings and starts-with
Lecture 9: Real time Use of Parent and child traversing
Lecture 10: Real time use of Ancestor and Discendent
Lecture 11: Real time Use of passing dynamic value in Xpath
Chapter 7: Conclusion : Interview Question and Answer
Lecture 1: Interview Questions and Answer
Lecture 2: Bonus Lecture
Instructors
-
Pankaj Gupta
Software Development Engineer in Test/ Leadership & Coach ✌️
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 2 votes
- 3 stars: 3 votes
- 4 stars: 9 votes
- 5 stars: 16 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Mobile App Development Courses to Learn in December 2024
- Top 10 Graphic Design Courses to Learn in December 2024
- Top 10 Videography Courses to Learn in December 2024
- Top 10 Photography Courses to Learn in December 2024
- Top 10 Language Learning Courses to Learn in December 2024
- Top 10 Product Management Courses to Learn in December 2024
- Top 10 Investing Courses to Learn in December 2024
- Top 10 Personal Finance Courses to Learn in December 2024
- Top 10 Health And Wellness Courses to Learn in December 2024
- Top 10 Chatgpt And Ai Tools Courses to Learn in December 2024
- Top 10 Virtual Reality Courses to Learn in December 2024
- Top 10 Augmented Reality Courses to Learn in December 2024
- Top 10 Blockchain Development Courses to Learn in December 2024
- Top 10 Unity Game Development Courses to Learn in December 2024
- Top 10 Artificial Intelligence Courses to Learn in December 2024
- Top 10 Flutter Development Courses to Learn in December 2024
- Top 10 Docker Kubernetes Courses to Learn in December 2024
- Top 10 Business Analytics Courses to Learn in December 2024
- Top 10 Excel Vba Courses to Learn in December 2024
- Top 10 Devops Courses to Learn in December 2024