1. Integrating Selenium WebDriver with Maven
2. What is the Maven Central Repository
3. Navigating to a website using get() and navigate().to() methods
4. Disabling Inlay hints in VS Code
5. Instantiating and opening browsers (Chrome, Edge, Firefox)
6. Browser Options - Maximizing Browsers and Deleting Cookies
7. Discussing DevTools and Inspecting Elements Using id Locator
8. Inspecting Elements Using name Locator
9. Inspecting Elements Using className locator
10. Inspecting Elements Using tagName locator
11. Inspecting Elements Using linkText and partialLinkText Locators
12. Inspecting Elements Using cssSelector Locator
13. Inspecting Elements Using relative xpath Locator
14. Discussing getTitle() and getCurrentUrl()
15. Discussing getText()