In this Selenium Webdriver Tutorial we will learn how to Perform Mouse Hover in Selenium WebDriver. Selenium WebDriver API provides “Actions” class for handling mouse and keyboard events. These events include operations like drag and drop, clicking on elements, keyboard actions and more.
Category: Selenium WebDriver Tutorial
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.
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 #29 – How to Automate Slider in Selenium
In this selenium webdriver tutorial we will learn how to automate slider in Selenium WebDriver. Handling sliders in Selenium is possible by Actions class and we will learn step by step how to handle these sliders in any selenium automation script.
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().