Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

Using Explicit Wait As WebDriverWait in Selenium WebDriver

Using Thread.sleep() in Selenium WebDriver Using Implicit Wait in Selenium WebDriver Let’s continue exploring Explicit wait in Selenium WebDriver now. As of now we know two wait mechanisms which we can use in Selenium WebDriver. Sleep just makes current thread idle for specified time and implicit wait just works for location web elements. But are…

Read More “Using Explicit Wait As WebDriverWait in Selenium WebDriver” »

Uncategorized

ransom notes

Skip to content Problem Statement https://leetcode.com/problems/ransom-note/ Given an arbitrary ransom note string and another string containing letters from all the magazines, write a…

Uncategorized

protractor

Hello Folks, In last post we have seen how can we install NodeJS package locally and globally. In this post… Hello Folks, In last post, we have already seen Installation of NPM in last post. In this post we will… Hello Folks, In last post, we have seen about Introduction & Installation of NodeJS. In…

Read More “protractor” »

Uncategorized

Launch of Edge and Internet Explorer browser in Selenium 3

Hello Folks, We have seen: How to launch Firefox browser. How to launch chrome browser. In this post we will learn: How to launch Edge browser(Windows 10 onward) How to launch Internet Explorer browser What is Edge browser: Microsoft Edge is a web browser developed by Microsoft and included in Windows 10, Windows 10 Mobile…

Read More “Launch of Edge and Internet Explorer browser in Selenium 3” »

Uncategorized

Usage of Java Stream API in Selenium – Retrieving Text From a List Of WebElements

Stream API is the major feature introduced in Java 8. As an automation tester, if you think you don’t have to learn about it, you may be wrong. Yes you don’t need to know everything but little basic knowledge of Stream API will help you to reduce lines of code in Selenium script. I am…

Read More “Usage of Java Stream API in Selenium – Retrieving Text From a List Of WebElements” »

Uncategorized

Why WebDriver Is An Interface not a class or an abstract class?

“Why WebDriver is an interface not a class or an abstract class?” This is a frequently asked interview question as well as an important concept of Selenium WebDriver. Anyway the answer of this question depends on how much you understand Interface and Abstract class concepts in Java and how and when to use. There are…

Read More “Why WebDriver Is An Interface not a class or an abstract class?” »

Uncategorized

REST Assured Tutorial 46 – Fetch Value From JSON Array Using JsonNode – Jackson – Get() & Path() Methods

As a part of End to End REST Assured Tutorial, in this post, we will parse a JSON Array as JsonNode to fetch values of different types. Creating POJO classes for parsing a JSON to fetch values may not be easy all the time especially when you have lengthy nested JSON and dynamic JSON. Instead, we can…

Read More “REST Assured Tutorial 46 – Fetch Value From JSON Array Using JsonNode – Jackson – Get() & Path() Methods” »

Uncategorized

Selenium interview expereince

Skip to content Shared By: – VeenaCompany Name :- Cognizant (CTS)Experience Level: – 2 YearsLocation– BengaluruMode : – F2FRounds: – 2 roundsDate :- Sep –… Introduction As part of the Interview Experience series, in this post, we will see an interview experience in Nous InfoSystem…

Uncategorized

mahajan

Skip to content Hello folks, We have seen in last post which explains  how can we load a URL without using any get()… Hello Folks, We have seen tools to find XPath in Firefox. Those tools were specific to Firefox browser. In this…

Uncategorized

REST Assured Tutorial 25 – How To Create a JSON Object Using Jackson API – ObjectMapper – createObjectNode()

We already learnt Creating JSON Object Request Body Using Map. In this post we will learn to Create a JSON Object or Object Node ( In terms of Jackson API ) using Jackson API. Jackson API is a high performance JSON processor for Java. We can perform serialization, deserialization , reading a JSON file, writing…

Read More “REST Assured Tutorial 25 – How To Create a JSON Object Using Jackson API – ObjectMapper – createObjectNode()” »

Uncategorized

Posts pagination

Previous 1 … 14 15 16 … 156 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark