| Name | Enrollment No. | Section | Stream |
|---|---|---|---|
| Bibek Sow Mondal | 12023002022112 | B | CST |
| Srishti Chatterjee | 12023002022033 | A | CST |
| Bishal Dutta | 12023002022115 | B | CST |
Team 22 — Selenium Automation Assignment
This repository contains the Selenium Automation Assignment completed by Team 22.
This project focuses on web automation and software testing using Selenium with Python. It demonstrates how Selenium WebDriver can automate browser tasks on the Test Automation Practice website.
The following table contains the Google Drive links for the video demonstrations of the completed assignments.
| Assignment | Topic | Google Drive Video |
|---|---|---|
| Assignment 1 and Assignment 2 | Web Element Identification and Multiple Element Identification | |
| Assignment 3 | CSS Selector Challenge | |
| Assignment 4 | Child Nodes Using CSS |
Identifying web elements using Selenium locators such as ID, Name, Tag Name, Link Text, and Class Name.
Locating multiple web elements using find_elements() and working with the returned list of elements.
Locating web elements using CSS selectors and wildcard operators such as ^=, $=, and *=.
Locating child and nested web elements using CSS child (>) and descendant selectors.
- Python
- Selenium WebDriver
- Google Chrome
- Browser Developer Tools
- Selenium Locators
- CSS Selectors