Архив метки: Q&A

WebPage – Definition, Elements and Types

WebPage – Definition, Elements and Types Ever thought what are these screens that we keep switching on a website? Is there a term for these dynamic screens? How do we shift from one screen to other? Today all such questions will be answered in this article, so keep reading. Whenever we open a page through… Читать далее »

Components of Computer

Components of Computer A computer is an electronic device that performs arithmetic and logical functions automatically. It helps in retrieving, storing, and manipulating data and makes work easier for the user. This is the basic definition of the computer. But have you ever wondered, how does this compact box works, what components does it constitute… Читать далее »

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… Читать далее »

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… Читать далее »