fbpx

Back To The Course

Module 1: OOPS Concept

Module 2: Conditional and Loop statements

Module 3: Array

Module 4: String

Module 5 : Programming on String

Module 7: Exceptional handling

Module 8: Collection

Module 9: Asynchronised Collection

  • ConcurrentHashMap, ConcurrentLinkedQueue, and ConcurrentSkipListSet

Module 10: Java 8 Concepts

  • Lambda expressions
  • Stream API
  • Date and time API

Module 11: Interview Practice based on Programming Question

Module 12: Selenium Architecture

Module 13: Different types of Locator

Module 14: Xpath and CSS deep dive

Module 15: Selenium inbuilt methods

Module 16: Selenium Advanced

Module 17: Coding with Selenium

Module 18: Building a project with Selenium and Java

Module 19: Basic Concepts of TestNG

Module 20: Basic Concepts of Cucumber

Module 21: Basics of Maven

Module 22: Basics of Git

Module 23: Basics of Jenkins

Module 24: Overview of Postman

Module 25: CRUD Operations

Module 26: Configuring Requests

Module 27: Testing Response

Module 28: Schema Validation

Module 29: Path and Query Parameters

Module 30: Collections in Postman

Module 31: Different Types of Variables

Module 32: Scripting in Postman

Module 33: Newman and Jenkins Integration

In this lesson, students will learn about how to identify elements on a webpage using Selenium. The following topics will be covered:

Understanding HTML and CSS: An introduction to HTML and CSS, including the basic structure of HTML elements and the concept of CSS selectors.

Identifying web elements: An overview of the different types of web elements, including links, buttons, text fields, and drop-down menus, and a demonstration of how to identify these elements using Selenium.

Locating elements: An introduction to the different methods for locating elements using Selenium, including using element ID, class name, tag name, name, link text, partial link text, XPath, and CSS selectors.

Working with dynamic elements: A demonstration of how to identify and interact with dynamic elements, including elements that are displayed or hidden based on user interactions or other conditions.

Tips and tricks for identifying elements: An introduction to best practices and tips and tricks for identifying elements on a webpage, including using developer tools, debugging techniques, and handling common challenges.

By the end of this lesson, students will have a solid understanding of how to identify elements on a webpage using Selenium, and will be able to locate elements using various methods, including using element ID, class name, tag name, name, link text, partial link text, XPath, and CSS selectors. They will also have the skills and knowledge they need to handle dynamic elements and identify elements in challenging situations.