Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Category: Uncategorized

Part 7: Usages Of Javascripts In Selenium: Difference Among ScrollBy, ScrollTo and Scroll Methods Of Javascript

Hello Folks, While automating, you may encounter issues as below: Element is not clickable, other element would receive click. Screenshot of required web element is not captured. Element is not visible while element is present in DOM. Unable to capture screen of whole web page vertically or horizontally. All these problems could be solved using…

Read More “Part 7: Usages Of Javascripts In Selenium: Difference Among ScrollBy, ScrollTo and Scroll Methods Of Javascript” »

Uncategorized

API Testing Tutorial Part 6 – Idempotent Methods in HTTP Methods

Hello Folks, In previous post, we have seen that how can we categorised HTTP methods in Safe and Unsafe methods. In this post, we will see how can we categorised HTTP methods in Idempotent and Non-idempotent methods. Let’s understand the term “Idempotent” first: My name is Amod. If you ask me my name, I will…

Read More “API Testing Tutorial Part 6 – Idempotent Methods in HTTP Methods” »

Uncategorized

TestNG Tutorials 51: DataProvider in TestNG – Two Dimensional Array DataProvider Method

Hello Folks, In last post, we have seen Basics of DataProvider in TestNG and its working logic with one dimensional array. In this post I will explain the working logic of a DataProvider method which returns a two dimensional array. I see people are always confused with the usage of a DataProvider method which returns…

Read More “TestNG Tutorials 51: DataProvider in TestNG – Two Dimensional Array DataProvider Method” »

Uncategorized

Handling ElementNotVisibleException And Element Is Not Clickable Exception In Selenium

Hello Folks, In this post, we will learn how to handle “ElementNotVisibleException ” and “Element is not clickable exceptions”. While running Selenium scripts, sometimes we face below exceptions: “org.openqa.selenium.WebDriverException: unknown error: Element is not clickable at point (242, 845). Other element would receive the click” “org.openqa.selenium.ElementNotVisibleException: Element is not currently visible and so may not be…

Read More “Handling ElementNotVisibleException And Element Is Not Clickable Exception In Selenium” »

Uncategorized

make selenium easy

Skip to content An Enum in Java is a type which is used to define a collection of constants. For an example –… Till Selenium 3, we were only able to maximize the window. We were not able to minimize directly. There were… Wait is a generic functional interface. A functional interface consists of only…

Read More “make selenium easy” »

Uncategorized

TestNG Tutorials 48: How to Pass Parameters of Different Datatypes in TestNG

Hello Folks, Most of us know that, we can pass parameter as a String to methods in TestNG class. Is it really like that? No. Its not. We can pass parameters in whatever data types we required. TestNG will convert them automatically to required data type. We will see an example below: [java]package Parameters; import…

Read More “TestNG Tutorials 48: How to Pass Parameters of Different Datatypes in TestNG” »

Uncategorized

Why And How Should We Terminate Browser Driver Executable File In Selenium WebDriver

Hello People, Some days ago, I was running my regression automation suite and found webdriver is not able to launch browser. I was getting some socket exception. Whenever I face such situation, I just try to update browser version, browser driver version and selenium jar file version. Versioning non-compatibility is major issue in Selenium for…

Read More “Why And How Should We Terminate Browser Driver Executable File In Selenium WebDriver” »

Uncategorized

access token

Introduction A refresh token is a credential that is used to generate a new access token. I have already explained… Introduction Understanding the role of a Refresh Token in the authorization process is important. We will learn about the refresh… Introduction I have explained the Flow of OAuth 2.0 in the previous post. In Step C – Request…

Read More “access token” »

Uncategorized

SELENIUM INTERVIEW QUESTION 6 – All Ways to Exclude/Ignore/Disable a Test Method in TestNG

Refer all Selenium interview question here. Learn and share to reach it maximum. When we integrate Selenium with TestNG, we create test methods using @Test annotation provided by TestNG. You can create test methods as many as you want. But sometimes you may need to ignore or disable test to exclude it while running as…

Read More “SELENIUM INTERVIEW QUESTION 6 – All Ways to Exclude/Ignore/Disable a Test Method in TestNG” »

Uncategorized

How To Launch Microsoft Edge Browser In Selenium WebDriver – Java

Selenium automates a browser. There are multiple browsers supported by Selenium WebDriver. Major browsers are – Google Chrome, Mozilla Firefox, Microsoft Internet Explorer, Microsoft Edge, Opera, and Safari. In this post, we will learn to “Launch a Microsoft edge browser in Selenium WebDriver 3 and 4“. Edge is a web browser developed by Microsoft. It was…

Read More “How To Launch Microsoft Edge Browser In Selenium WebDriver – Java” »

Uncategorized

Posts pagination

Previous 1 … 24 25 26 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark