Category Selenium

How to Perform Double Click in Selenium

Double click action in Selenium

In this tutorial, we will learn how to perform double click action in Selenium WebDriver. We perform double click action using mouse. To perform double-click action on the current location of cursor and a WebElement in Selenium, we will use…

JavaScriptExecutor in Selenium WebDriver

JavascriptExecutor in Selenium

JavaScriptExecutor in Selenium is an interface that executes JavaScript code snippets within the context of browser. It is implemented through the RemoteWebDriver class. We use JavaScriptExecutor interface to perform some advanced operations that are not yet supported by Selenium WebDriver.…

Selenium WebDriver Tutorial for Beginners

Welcome to the online Selenium WebDriver tutorial point. Selenium tutorial will provide you basic and all advanced concepts of selenium step by step with examples. Our Selenium WebDriver tutorials are specially designed for beginners with little and no automation experience.…