Архив рубрики: English
Double Click in Selenium WebDriver
Double Click in Selenium WebDriver Hello friends! in this post, we will learn to double click an element using Selenium Webdriver with Java. For double clicking an element in Selenium we make use of the Actions class. The Actions class provided by Selenium Webdriver is used to generate complex user gestures including right click, double… Читать далее »
Cucumber Introduction
Keyboard Actions in Selenium WebDriver
Keyboard Actions in Selenium WebDriver In our beginner’s tutorials, we have seen the sendKeys() method which simulates the keyboard typing action on a textbox or input type element. But this method is not sufficient for handling complex keyboard actions. For this, Selenium has an Actions class which provides different methods for Keyboard interactions. In this… Читать далее »