• Post category:StudyBullet-17
  • Reading time:5 mins read

Master XPath and CSS Selectors for Selenium WebDriver
WebElement Locating Strategies For Selenium WebDriver Aspirants

What you will learn

HTML Basics

Locating Elements Using ID, Name, Class

Creating XPath

Creating CSS Selectors

Using Locaters in Selenium WebDriver Scripts

Using XPath and CSS in Selenium WebDriver Scripts

Description

(Please Read) Note: ChroPath extension for Chrome, which is used in this course to inspect the elements, is no more available on Chrome. Please use SelectorsHub extension for the same purpose. Installing and using SelectorsHub is very similar to as that of ChroPath.

For the best video streaming quality, please adjust the resolution from ‘settings’ at bottom right-hand corner of video player. Choose 1080p or 720p as per your network speed.

This course covers:

  • WebPage HTML Structure Basics
  • Element Locating Strategies
  • Locating Elements By ID
  • Locating Elements By Name
  • Locating Elements By Link Text
  • Locating Elements By Partial Link Text
  • Locating Elements By Class
  • Hands on Exercises on Locaters
  • XPath – Basics
  • XPath – Axes
  • CSS Selectors – Basics
  • CSS Selectors – Advance

To get the maximum benefit from the course, please take a look at following steps explaining ‘How to take this course?’

Step 1:  Schedule 30-45 minutes of your time daily for 5 days a week. ‘Continuity’ is the key.

Step 2:  All sessions are divided in small videos of less than 20 minutes. Watch 2-3 videos daily.


Get Instant Notification of New Courses on our Telegram channel.


Step 3:  Hands-on exercise is very important. So, immediately try out the programs discussed in the session. Try them on your won. You can download these programs from lecture resources.

Step 4: Assignments with answer keys are provided where-ever necessary. Complete the assignments before jumping on to the next sessions.

Step 5:  If you come across any questions or issues, please feel free to contact me and I will make sure that your queries are resolved.

Wish you all a very happy learning.

Note: All the course videos are in Quad HD. For the best video streaming quality, please adjust the resolution from ‘settings’ at bottom right-hand corner of video player. Choose 1080p or 720p as per your network speed.

English
language

Content

Locating Elements

HTML Basics
How to Inspect WebElements?
Find Elements By ID and Link Text
Find Elements By Name and Class

XPath Basics

ChroPath for Chrome
Create XPath Using Attributes
Create XPath Using Text
XPath for Dynamic Elements

XPath Axis

XPath Using Parent – Child Relationship
XPath Using Ancestor – Descendant Relationship
XPath Using Preceding – Following Relationship
Absolute XPath Vs Relative XPath

CSS Selectors Basics

What is CSS and CSS Selectors?
Create CSS Selectors Using Attributes
CSS Selectors for Dynamic Elements
Create CSS Selectors Using Multiple Attributes

CSS Selectors Advance

Advance CSS Selectors
Creating CSS Selectors Using Child-Node Numbering
Conclusion