Selenium Deep Dive: Managing Synchronization & Page Navigation
Synchronization involves the coordination of multiple components in order to perform actions in a parallel fashion. In Selenium synchronization or Wait is very important to ensure components work together. In this course youll explore the concept and implementation of conditional and unconditional synchronization. Youll learn to handle keyboard and mouse events with WebDriver methods and use Explicit wait and Fluent wait classes. Next youll examine how to set browser width and height and resize web elements. Finally youll learn how to automate scrolling down to the bottom of web pages scrolling to particular elements of web pages using coordinates and download files using Selenium WebDriver.