Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Search Results for: wait

Why syntax is driver.manage().window().maximize()?

We frequently used the below kinds of method chaining statements in Selenium WebDriver scripts. This is a frequently asked interview question as well and you may be asked to explain the syntax. We are going to learn the same here. driver.manage().window().maximize(); // To maxmize driver.navigate().to(“some url”); // To open url driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);// To set implicit…

Read More “Why syntax is driver.manage().window().maximize()?” »

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

selenium webdriver

In this post, we will see some facts,misconceptions and myths about Selenium WebDriver which you may be keep encountering around:-… This question was recently asked in a Selenium group on Facebook. Generally these types of question are asked frequently in… As a part of a Series of posts on Learn Selenium With Quiz, This set…

Read More “selenium webdriver” »

Uncategorized

Selenium

An Introduction to Selenium – A set of Tools Architecture of Selenium Webdriver http://makeseleniumeasy.com/2017/03/21/installation-of-java-eclipse-and-selenium/ http://makeseleniumeasy.com/2017/03/24/setup-of-selenium-project-and-how-to-open-a-chrome-browser/ How To Launch Firefox Browser in Selenium WebDriver – Java Launch of Edge and Internet Explorer browser in Selenium 3 Hierarchy of Classes & Interfaces of WebDriver Interface in Selenium WebDriver All about WebDriver: Methods And Its Usages Why syntax…

Read More “Selenium” »

Uncategorized

Learn Selenium With Quiz – Basic Level 4

As a part of a Series of posts on Learn Selenium With Quiz, This set contains questions from implicit wait concepts in Selenium WebDriver. I will suggest you to go through below links before taking up quiz: Using sleep() in Selenium WebDriver Using implicit wait in Selenium WebDriver Now, take up the quiz below: [qsm quiz=4]

Uncategorized

Are Your Selenium Scripts Ready For Parallel Execution?

If I ask you how can you run your Selenium scripts in parallel (Assuming you are using Selenium – Java with TestNG) , probably you will answer just add a “parallel” attribute with a desired value (methods, classes, tests or instances) and set a thread count in TestNG XML and you are all set to…

Read More “Are Your Selenium Scripts Ready For Parallel Execution?” »

Uncategorized

API Testing Tutorial Part 13 – What is a Payload in an API?

As a part of our API Testing series, in this post, we will learn about an important terminology of API called “Payload”. Take a real-time scenario. A typical example of a Restaurant. A restaurant serves foods of different cuisines. It may be north Indian, south Indian, Chinese, Italians, etc. Everyone who visits the restaurant will be…

Read More “API Testing Tutorial Part 13 – What is a Payload in an API?” »

Uncategorized

Storing Web Table With Pagination Data Into List Of Map – Java

A Web Table with pagination is very common in an application. In this post we will learn how to store all rows and columns of a Web Table with pagination in a List of Map using Java. Already we have learnt :- Storing Web Table Data Into List Of Map – Java Storing Web Table…

Read More “Storing Web Table With Pagination Data Into List Of Map – Java” »

Uncategorized

Using Thread.sleep() in Selenium WebDriver

Agenda: Need of wait statements in Selenium WebDriver scripts Introduction of NoSuchElementException Types of wait provided by Java and Selenium WebDriver Introduction of Thread.sleep() method Working of Thread.sleep() Disadvantages of using Thread.sleep() in selenium scripts Let’s write a simple selenium WebDriver scripts as per given scenario :- Launch a chrome browser. Load “https://www.redbus.in/” URL. Locate…

Read More “Using Thread.sleep() in Selenium WebDriver” »

Uncategorized

Posts pagination

Previous 1 … 4 5 6 … 12 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark