Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: March 2025

Does getWindowHandles() method return handles in the same order as windows launch?

As part of the Selenium WebDriver – Java series, let’s learn how does getWindowHandles() work. If multiple child windows are launched in an application due to some actions then Selenium WebDriver provides the capability to handle multiple windows. We can switch to any open window and perform actions. Selenium provides a method getWindowHandles() to get…

Read More “Does getWindowHandles() method return handles in the same order as windows launch?” »

Uncategorized

REST Assured Tutorial 70 – Compare JSON Objects using JSONassert Library

As a part of the End to End REST Assured Tutorial, in this post, we will learn to compare JSON objects using JSONassert library. We may need to compare two JSONs during API testing. For example – If we are going to get the same JSON response for an API every time or some parts of the…

Read More “REST Assured Tutorial 70 – Compare JSON Objects using JSONassert Library” »

Uncategorized

How To Change Default Download Directory For Chrome Browser in Selenium WebDriver

Hello Folks, Every browse has its default download directory. Whenever you download a file, it gets downloaded in default download directory. Generally default download directory is as below: C:\Users\\Downloads You can always change it through browser setting. When selenium script downloads any file, it will also be downloaded in same default download directory. Note: If…

Read More “How To Change Default Download Directory For Chrome Browser in Selenium WebDriver” »

Uncategorized

How Much Java Required For Selenium?

“How much Java I need to learn for selenium with Java binding?” is mostly asked question by a Professional who wants to learn Selenium with Java. If you want to put a cap on knowledge, you will be always an average knowledgeable professional. Selenium with Java binding is a Java library which means it has…

Read More “How Much Java Required For Selenium?” »

Uncategorized

node tutorials

Skip to content 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…

Uncategorized

REST Assured Tutorial 40 – @JsonIgnoreProperties Annotation Of Jackson API – Exclude Field Of Pojo From Serialization Or Deserialization or Both

As a part of End to End REST Assured Tutorial, in this post, We will learn about an important annotation called @JsonIgnoreProperties of Jackson library which helps in restricting properties of a POJO class from serialization or deserialization or both at the class level or property level. You must refer below these prerequisite posts to understand this concept…

Read More “REST Assured Tutorial 40 – @JsonIgnoreProperties Annotation Of Jackson API – Exclude Field Of Pojo From Serialization Or Deserialization or Both” »

Uncategorized

MSE-ReadyToUseSeleniumCode – Storing Web Table Data Into List Of Map – Java

I started a series of “Ready To Use Selenium Java Code”. In the first post in this series, we will learn “Storing a Web table data in to a List of Map using Selenium-Java.”. A table is made of rows and columns. When we create a table for a web page, that is called as…

Read More “MSE-ReadyToUseSeleniumCode – Storing Web Table Data Into List Of Map – Java” »

Uncategorized

Smoke , Sanity And Regression Testing: Story Of Siblings

There are three most confusing terms for Testers including both beginner and experienced: Smoke Testing or suite Sanity Testing or suite Regression Testing or suite We always use these words wrongly but we do work correctly. People understands what they need to test and they do it but confuse with words. I will try best…

Read More “Smoke , Sanity And Regression Testing: Story Of Siblings” »

Uncategorized

How PageFactory Could Help to Handle StaleElementReferenceException

Already , I have covered cause and ways of handling StaleElementReferenceException in detail. You can find the link of that post below:- StaleElementReferenceException – Element’s “Reference” Stales – Get New Reference Of Element Above post gives you a detailed information about :- What is StaleElementReferenceException? What are causes of StaleElementReferenceException ? What are the ways…

Read More “How PageFactory Could Help to Handle StaleElementReferenceException” »

Uncategorized

nodejs

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 “nodejs” »

Uncategorized

Posts pagination

Previous 1 2 3 … 24 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark