
We will see how to work with different browsers like Chrome, IE and Firefox using Selenium WebDriver
We will discuss how UI element identification works
Waiting for control using Selenium.
Taking screenshot using Selenium Webdriver of a complete page.
Check if the UI control exist in web page using Selenium Webdriver
Performing Drag and Drop using Selenium with Action Class.
Performing mouse hover using Actions class of Selenium
Handing popup window with Selenium Webdriver
Working with Xpath using Selenium and how to create xpath using Firebug in Firefox
Learn how selenium grid enables distributed, parallel testing across different machines, operating systems, and browsers by configuring a hub and registered nodes using remote driver and desired capabilities.
Explore how to set up a selenium grid using a hub and remote nodes in Hyper-V, register machines, configure desired capabilities for firefox and chrome, and run tests across browsers.
Learn how to set up selenium grid for parallel execution across host and virtual machines using TestNG, hub, and nodes, with configurable thread counts and cross-machine tests.
Working with Hidden controls of page using Selenium.
In this lecture we will discuss how to work with latest Selenium 3.0 and Mozilla Gecko Driver (Marionette) for Firefox 47.x and above, which is an next generation for Firefox driver.
Learn to read data from a simple table in selenium using c#, store it in a custom collection, and retrieve cell values with a reusable table data approach.
Explore how JavaScript powers Selenium automation by injecting the browser’s DOM and window objects to identify elements, perform actions, and navigate pages.
Creating our own selenium webdriver using IJavascriptexecutor
Selenium Titbits video series is for those who want to get hold of basic understanding of Selenium in greater detail.
This series is designed in such a way that one can easily understand under the hood of Selenium along with some of the nitty-gritty detail one must know while doing bigger projects in Selenium (say framework development)