Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Month: October 2019

October 1, 2018 – Make Selenium Easy

Hello Folks, Most of us we know that to handle a dropdown developed using Select tag, we can use inbuilt class of Selenium named “Select” class. This class provides you three methods to select options in dropdown which are below: selectByValue – You need to provide exact value to get it selected.selectByVisibleText – You need…

Read More “October 1, 2018 – Make Selenium Easy” »

Uncategorized

June 24, 2018 – Make Selenium Easy

Hello Folks, In this post we will learn about “alwaysRun” attribute and its usage with @Test annotated method in TestNG. “alwaysRun” attribute can be used with Configuration methods(BeforeXXXX and @AfterXXXX) and Test methods(@Test). TestNG documentation defines alwaysRun attribute as: For configuration methods: For before methods (beforeSuite, beforeTest, beforeTestClass and beforeTestMethod, but not beforeGroups): If set to…

Read More “June 24, 2018 – Make Selenium Easy” »

Uncategorized

June 2018 – Make Selenium Easy

Hello Folks, In last post we learn usage of of alwaysRun Attribute With Test Method of TestNG. In this post, we will see usage of alwaysRun attribute with configuration method in TestNG. What is a Configuration Method in TestNG? When we mark a method as @BeforeXXXX or @AfterXXXX, that method is called as Configuration method. Example:…

Read More “June 2018 – Make Selenium Easy” »

Uncategorized

December 20, 2017 – Make Selenium Easy

Hello Folks, In this post we are going to see a frequently asked Interview question in Selenium Webdriver which is below: “Is Page Object Model a Selenium framework??”. Answer is No. I have heard many answer that people have used POM Framework. Actually it is not a framework. POM is a design pattern which says…

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

Uncategorized

July 25, 2017 – Make Selenium Easy

Hello Guys, In this post we will learn how to handle a listbox/dropdown. What is dropdown/listbox? Suppose there is a form. This form consists below fields: Title Name Gender DOB: Day, Month, Year Country If you notice, some of fields can accept value from some definite set of values. For example: Title can be  any…

Read More “July 25, 2017 – Make Selenium Easy” »

Uncategorized

July 2017 – Make Selenium Easy

Hello folks, In this post, we will learn how to replace a sub string in a given string. Detailed description of problem is given below: Problem: You have an input string and you need to replace sub string from new sub string in given input string. Example: Input: This bike is my bike. Action: Replace…

Read More “July 2017 – Make Selenium Easy” »

Uncategorized

June 9, 2017 – Make Selenium Easy

Hello Folks, This is on demand post. Many people asked me how to handle StaleElementReferenceException through Page Object Model(POM). So thought of writing a simple post on it. I am trying to automate below steps: Load URL “https://github.com/login”. Type wrong username. Type wrong password. Click on submit. Type correct username. Type correct password. Click on submit….

Read More “June 9, 2017 – Make Selenium Easy” »

Uncategorized

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

Posts pagination

Previous 1 … 6 7 8 … 12 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark