Selenium WebDriver Tutorial#37- What is JavaScriptExecutor in Selenium

In this selenium webdriver tutorial we will learn about what is JavaScriptExecutor in Selenium WebDriver and how to use JavaScriptExecuter in Selenium.

Selenium WebDriver Tutorial #31 – How to Perform Keyboard Events in Selenium

In this selenium webdriver tutorial we will learn How to Perform Keyboard Events in Selenium WebDriver.

Actions class in Selenium Webdriver provides methods to handle keyboard events in Selenium Automation script. We will learn with example how to perform keyboard actions using Selenium Webdriver Actions class.

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 #28 – How to Handle Resize Widget in Selenium

In this selenium webdriver tutorial we will learn how to handle resize widget in Selenium WebDriver. Handling jQuery resizable webelements in Selenium is possible by Actions class and we will learn step by step how to handle these webelements.

Selenium WebDriver Tutorial #27 – How to Perform Drag and Drop in Selenium

In this Selenium Webdriver Tutorial we will learn how to perform Drag and Drop in Selenium WebDriver. Selenium WebDriver API provides “Actions” class for handling drag and drop functionality on any webpage. We will learn how to use methods in Actions class to perform drag and drop operation.