Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

June 2017 – Make Selenium Easy

Hello Folks, In this post we will learn about behavior of webdriver when we mix waits together. There are four types of waits in Selenium Webdriver. Those are: Thread.sleep() Implicit wait Explicit wait (It is also called as webdriver wait.) Fluent wait. (It is also called as webdriver wait. Every wait has its own significance…

Read More “June 2017 – Make Selenium Easy” »

Uncategorized

July 16, 2019 – Make Selenium Easy

In this post, we will see some facts,misconceptions and myths about Selenium WebDriver which you may be keep encountering around:- You can become an Automation Tester after learning Selenium only. – Hmm, not true. If you want to work on Selenium-Python, first learn Selenium-Java. It is absolutely not like that. “Selenium” is neither the entry…

Read More “July 16, 2019 – Make Selenium Easy” »

Uncategorized

February 15, 2019 – Make Selenium Easy

We can locate web element/s on a webpage using both FindBy and findElement() or findElements(). Primary purpose of both ways is same but the way it is done, is different. Below are the differences between FindBy and findElement in Selenium WebDriver: FindBy is an annotation while findElement and findElements are methods. Remember FindBy is provided…

Read More “February 15, 2019 – Make Selenium Easy” »

Uncategorized

December 2, 2018 – Make Selenium Easy

Hello Folks, Previously, I had published on Handling StaleElementReferenceException using PageFactory. But many people asked how to handle it if they do not use Page Factory design pattern. Understand StaleElementReferenceException through an image: You would have seen so many explanations of StaleElementReferenceException. I would like to explain in very simple words here. You mostly encounter StaleElementReferenceException when you…

Read More “December 2, 2018 – Make Selenium Easy” »

Uncategorized

September 23, 2018 – Make Selenium Easy

Hello Folks, You must have seen a web page which contains many divisions or multiple web elements and similar web elements in multiple divisions. Creating a web element repository for such pages is difficult in some cases which are given below: If you have many web elements in a page, Selecting desired web elements while…

Read More “September 23, 2018 – Make Selenium Easy” »

Uncategorized

January 10, 2018 – Make Selenium Easy

Hello Folks, In this post, we will learn about another annotation in Page Factory called FindBys. Suppose, you need to find count of web elements who satisfy all below criteria: whose id is “ABC” whose name is “DEF”. whose xpath is “XYZ”. It will be difficult to write normally but @FindBys annotation makes it very simple for…

Read More “January 10, 2018 – Make Selenium Easy” »

Uncategorized

January 9, 2018 – Make Selenium Easy

Hello Folks, In this post, we will learn about another annotation in Page Factory called FindAll. Suppose, you need to locate below web elements and find out counts: All web elements whose class name is “ABC”. All web elements whose id is “DEF”. All web elements whose linkText is “Sometext”. Generally you will write as…

Read More “January 9, 2018 – Make Selenium Easy” »

Uncategorized

January 7, 2018 – Make Selenium Easy

Hello Folks, Many automation tester wants to read locators from external sources like database, properties file or excel sheets. Reading locators from external sources and using it in your program is very easy if we don’t use Page Factory. It becomes difficult because of @FindBy annotation. What is annotation in Java? Annotations in Java are…

Read More “January 7, 2018 – Make Selenium Easy” »

Uncategorized

December 16, 2017 – Make Selenium Easy

Hello Folks, We are learning about Page Object Model in selenium in previous posts. This is another part of that. Selenium webdriver has inbuilt page object model which is called Page Factory where we write web elements(Page Objects) with it locators using annotation @FindBy. Does FindBy annotation mandatory for Page Factory? Answer is NO. We…

Read More “December 16, 2017 – Make Selenium Easy” »

Uncategorized

December 13, 2017 – Make Selenium Easy

Hello Folks, We have seen some posts on Page Object Model and Page Factory in Selenium in previous posts. We will see some interesting facts about Page Factory in this post. Do you know that Page Factor perform lazy initialization? We will see how. When we use “initElements” method of PageFactory, all page objects of…

Read More “December 13, 2017 – Make Selenium Easy” »

Uncategorized

Posts pagination

Previous 1 … 132 133 134 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark