Selenium WebDriver Tutorial #38 – How to Take Screenshot in Selenium

In this selenium webdriver tutorial we will learn how to take screenshot in selenium webDriver. Selenium provides takes screenshot interface to capture the screenshots during script execution. Takes screenshot interface has method get screenshot as which is used for taking screenshots. Taking screenshots when the test case fails is very common requirement in any test automation and your test automation framework should have capability to take screenshots in case you need them for reporting and debugging purposes.

Selenium WebDriver Tutorial #32 – Different Types of Wait in Selenium

In this selenium webdriver tutorial we will learn about different types of wait in Selenium WebDriver.

There are three wait types in Selenium WebDriver and we will understand the basic differences between these waits.

✅ Implicit Wait

✅ Explicit Wait

✅ Fluent Wait

Selenium WebDriver Tutorial#30- How to Perform Right Click in Selenium

In this selenium webdriver tutorial we will learn How to Perform Right Click in Selenium WebDriver. Performing right click in Selenium is possible by Actions class and method used is contextclick(). We will learn to perform right click anywhere on page or any specific webelement using contextclick().

Selenium WebDriver Tutorial #2 – Selenium WebDriver Architecture

In this Selenium Webdriver Tutorial we will understand how Selenium Webdriver Architecture and how does Selenium Webdriver works internally in any web automation. We will learn about the core functionality and architecture of Selenium Webdriver in very simple way which will be very easy to understand and prepare your for any Selenium Webdriver interview questions.