Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Category: Uncategorized

fluent wait in selenium

Skip to content We are exploring FluentWait of Selenium WebDriver in depth so that we can be fluent in FluentWait. If you have… Wait is a generic functional interface. A functional interface consists of only abstract method. Wait interface consists of only method…

Uncategorized

Part 10: Usages Of Javascripts In Selenium: How To Capture Screenshot Of Entire Web Page

Hello Folks, When we capture screenshot using “TakesScreenshot” interface in selenium webdriver, it captures only visible area of webpage in browser, not entire web page. Sometimes, you need to capture entire web page for test result proof or for validation at later stage. In this post, I will explain how can we capture a web…

Read More “Part 10: Usages Of Javascripts In Selenium: How To Capture Screenshot Of Entire Web Page” »

Uncategorized

REST Assured Tutorial 68 – Request Logging In Rest Assured

As a part of End to End REST Assured Tutorial , in this post We will learn :- How to log request specification in Rest Assured? When a request is sent to server, it consists many details like headers, cookies, body if any etc. When we get response from server, that also include headers, response body if…

Read More “REST Assured Tutorial 68 – Request Logging In Rest Assured” »

Uncategorized

TestNG Tutorials 61: Dependency in TestNG – Creating Dependency Among Test Methods – DependsOnGroup

In previous post, We have learnt to Establish dependency among test methods. In this post, we will see another concept in Dependency called DependsOnGroup. Consider a scenario: You have created automation scripts for Integration testing. We know that in integration testing, data flows from one module to another. You divide your test methods as per group….

Read More “TestNG Tutorials 61: Dependency in TestNG – Creating Dependency Among Test Methods – DependsOnGroup” »

Uncategorized

Learn Selenium With Quiz – Basic Level 6 – XPath

As a part of a Series of posts on Learn Selenium With Quiz, This set contains questions from XPath concepts in Selenium WebDriver. I will suggest you to go through below link before taking up quiz: XPath Basics 1 XPath Basic 2 Advanced XPath Now take up below quiz:- [qsm quiz=6]

Uncategorized

Navigate And Fetch Title Of All Tabs Using Selenium WebDriver

This is a frequent interview question asked to all levels of experience in Selenium WebDriver. If you face this question as a beginner then the interviewer wants to check your knowledge of handling multiple windows, switching to windows, and getting the title of a window. But if you face this question as an experienced Selenium…

Read More “Navigate And Fetch Title Of All Tabs Using Selenium WebDriver” »

Uncategorized

Protractor Tutorial 7 – NPM – Installing a Package Locally & Globally

Hello Folks, In last post, we have already seen Installation of NPM in last post. In this post we will see below topics:- How to install a package using npm? What is local installation of package using npm? What is global installation of package using npm? How to install specific version of a package using…

Read More “Protractor Tutorial 7 – NPM – Installing a Package Locally & Globally” »

Uncategorized

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

In previous post, we learnt to Retrieve text from a list of web elements using Java Stream APIs. You may require just to retrieve unique text only. We used a List in previous post which allows duplicates. We can just use a Set to avoid duplicates. Java Code:- package RealtimeValdationAutomationTesting; import java.util.HashSet; import java.util.Set; import…

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

Uncategorized

Selenium Interview Questions: Why Do Not We Switch Back To Driver After Handling An Alert

Hello Folks, Recently this question was asked in interview to a candidate: We switch back to main window or default content after switching to a new window or frame, but not in case of Alert even we are switching to it. When we switch to a new window or frame, actually we jump to another…

Read More “Selenium Interview Questions: Why Do Not We Switch Back To Driver After Handling An Alert” »

Uncategorized

Frequently Asked Java Program 27: Java Program to Find Occurrence of Any Char in a Given String Without Iterating

Find occurrence of given char  (Ignore case)  in given string without iterating through string. Input – Make Selenium Easy Char – ‘M’ Output- Occurrence of M is 2. Problem Solution: We need to solve this problem without iterating through string in search of character. Its simple. Logic step by step: FInd the initial length of given…

Read More “Frequently Asked Java Program 27: Java Program to Find Occurrence of Any Char in a Given String Without Iterating” »

Uncategorized

Posts pagination

Previous 1 … 47 48 49 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark