Notebooks
Overview and Basics of WebDriver
This section covers the basics of WebDriver, its features, and its use cases.
WebDriver APIs and Commands
This section discusses the different WebDriver APIs and commands, including findElement, findElements, get, navigate, close, and quit.
Handling Web Elements and Events
This section covers how to handle different web elements and events using WebDriver, including dropdowns, alerts, mouse and keyboard actions, and more.
Synchronization and Waits in WebDriver
This section discusses the concept of synchronization in WebDriver and the usage of implicit and explicit waits.
Integration of WebDriver with Other Tools
This section covers how WebDriver can be integrated with other tools like JavaScript, AutoIT, and TestNG.
Advanced Topics in WebDriver
This section covers advanced topics in WebDriver, including handling dynamic elements, AJAX calls, SSL certificates, and more.
Parallel Execution in Selenium Grid
This section covers how to execute tests in parallel using Selenium Grid.