Completed
Working With Links
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Java Testing with Selenium - Automated Web Testing Using Page Object Model
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction to the Course
- 2 Set Up Project
- 3 1st Selenium Using Java Test
- 4 Part 2 - Introduce Page Object Model
- 5 Create Page Object Model
- 6 Create Test Using Page Object Model
- 7 Part 3 - Introduce Working With WebElements
- 8 Scroll To Element Using JavaScriptExecutor
- 9 Working With Radio Buttons
- 10 Working With Checkboxes
- 11 Working With Tables
- 12 Working With Links
- 13 Working With Drop Downs
- 14 Working With Dates
- 15 Part 4 – Introduce Selenium Interfaces & Methods
- 16 How To Take A Screenshot
- 17 How To Handle A Modal
- 18 Switch To Information Alert
- 19 Switch To Confirmation Alert
- 20 Switch To Prompt Alert
- 21 Switch To Frames Introduction
- 22 Switch To Frames Using String
- 23 Switch To Frames Using Index
- 24 Switch To Frames Using WebElement
- 25 Switch To Windows
- 26 Explicit Wait
- 27 Fluent Wait
- 28 Implicit Wait
- 29 Page Load Timeout & Script Timeout
- 30 Simulate Mouse Movements
- 31 Simulate Keyboard Event