Category Selenium

TestNG Annotations: Hierarchy Order, Example

What is Annotation? Annotation is a feature in Java that is used to add metadata to Java source. It was introduced in Java 1.5 version. It can be applied to classes, methods, variables, and parameters. Examples of certain predefined annotations…

Actions Class in Selenium WebDriver

List of actions class commands/methods in Selenium

Actions in Selenium is a class that allows us to make a sequence of actions that we would like to perform. For example, Press shift button, type something and then release. In simple words, actions class in selenium are used…

Selenium WebDriver Commands, Methods List

List of Selenium WebDriver Commands

In this tutorial, we will learn about the most frequently used Selenium WebDriver commands for performing different operations in selenium tests. Since we are using Selenium WebDriver with Java, commands are also called methods that are written in Java language.…