Add submission for Yashraj_Sharma_12023002029115 - #39
Open
YashrajSharma0305 wants to merge 6 commits into
Open
YashrajSharma0305 wants to merge 6 commits into
YashrajSharma0305 wants to merge 6 commits into
Conversation
Add submission for Tanisha_12023002029111
Add submission for Tanisha_12023002029111
Add submission for Tanisha_12023002029111
Add submission for Tanisha_12023002029111
There was a problem hiding this comment.
🟡 Changes recommended
There is a dead/undefined function reference in Assignment 4’s main() flow and a README Module 4 selector summary that does not match the code.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds Group 79’s Selenium lab submissions (Assignments 1–4) as runnable Python scripts and expands the repository README to document contributors, module summaries, and demo video links.
Changes:
- Added
submission_tanisha/Assignment 1.py–Assignment 4.pySelenium scripts demonstrating locators, bulk element extraction, CSS wildcard selectors, and CSS child/descendant selectors. - Updated
README.mdwith contributor table, module breakdown, and Google Drive demo links.
File summaries
| File | Description |
|---|---|
| submission_tanisha/Assignment 1.py | Selenium script demonstrating core locator strategies on the practice site. |
| submission_tanisha/Assignment 2.py | Selenium script demonstrating find_elements() and iteration over multiple elements. |
| submission_tanisha/Assignment 3.py | Selenium script demonstrating CSS wildcard attribute selectors (^=, *=, $=). |
| submission_tanisha/Assignment 4.py | Selenium script demonstrating child/descendant combinators and :nth-child() table targeting. |
| README.md | Documents contributors and summarizes each module with demo links. |
Review details
- Files reviewed: 5/5 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| --- | ||
|
|
||
| ### 🔹 Module 4: DOM Traversal via Child Selectors | ||
| * **Summary:** Targeted deeply nested form controls and table rows on practice portals using explicit CSS child hierarchies (`fieldset > label > input`, `table > tbody > tr`). |
Comment on lines
+174
to
+176
| # Run Part A: Direct Child & Descendant Combinators | ||
| part_a_direct_child_checkbox(driver, wait) if False else None | ||
| part_a_direct_child_and_descendants(driver, wait) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Group : 79
Name : Yashraj Sharma || Enrollment number : 12023002029115
Name : Tanisha Pan || Enrollment number : 12023002029111
Name : Suvajit Majhi || Enrollment number : 12023002029105
We have successfully completed all the assignments and attached them in the repository with their corresponding video solutions.