Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Search Results for: css

Selenium 4 Features – Retrieving Browser Console Log Using Selenium WebDriver

Selenium 4 is out ( Alpha version at the time of writing this post). They have given a very important feature in Selenium 4 which is Logging. Logging is generally helpful to know what went wrong. When you launch a website in browser, you can see logs in console tab of Developer tool. These logs…

Read More “Selenium 4 Features – Retrieving Browser Console Log Using Selenium WebDriver” »

Uncategorized

Ruto

Skip to content People spend a lot of time in locate web elements for Automation. There are some tools which make your life… Firebug was an open source firefox browser extension which was generally used by front end automation tester to get Css…

Uncategorized

Test Your Basics of Selenium WebDriver – Java By Answering These Interview Questions

Following is a list of basic questions of Selenium WebDriver – Java. It will help you to test your basic knowledge as well as for interviews as well. All the best. What are the locators available in Selenium WebDriver? What are difference between findElement() and findElements()? How can you launch any browser in Selenium WebDriver?…

Read More “Test Your Basics of Selenium WebDriver – Java By Answering These Interview Questions” »

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

Using getText() method in Selenium WebDriver

Interface WebElement contains a method “getText()” whose return type is a String. If you refer official document of Selenium then you can find a clear crystal sentence stating what this method does :- Get the visible (i.e. not hidden by CSS) innerText of this element, including sub-elements. I did not understand the terms such as…

Read More “Using getText() method in Selenium WebDriver” »

Uncategorized

Handling Frames/IFrames In Selenium WebDriver : Part 3

Hello Folks, This will be last part of “Handling frames in selenium webdriver”. We know what is frame and how to handle it in selenium webdriver. But I have seen many queries where people is not able to find whether web element is in frame or not. We will see ways of finding if web…

Read More “Handling Frames/IFrames In Selenium WebDriver : Part 3” »

Uncategorized

How To Locate Web Element Which Has Multiple Class Names

A web element of a web page may belong to multiple classes. These classes may represent a class in style sheet or can be used for DOM manipulation. All belonging class names of a web element are mentioned under “class” attribute separated by a space. For example :- This element belongs to class demo1 This…

Read More “How To Locate Web Element Which Has Multiple Class Names” »

Uncategorized

Page Factory In Selenium Webdriver: Inbuilt Page Object Model Of Selenium

Hello Folks, We have seen below topics as of now: Introduction of Page Object Model Plain Page Object Model In this post we will see inbuilt page object model in selenium webdriver. Selenium webdriver has inbuilt Page Object Model called Page Factory. It provides @FindBy annotation to create object repository. What is @FindBy annotation? Annotations…

Read More “Page Factory In Selenium Webdriver: Inbuilt Page Object Model Of Selenium” »

Uncategorized

Protractor Tutorial 4 – Introduction To Protractor Test Tool & How It Works

As per official document of Protractor:- Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would. Three major points about Protractor are:- Protractor is built on top of WebDriverJS, which uses native events and browser-specific drivers…

Read More “Protractor Tutorial 4 – Introduction To Protractor Test Tool & How It Works” »

Uncategorized

Locators in Selenium

Part 1: Ways of Locating Web Elements in Selenium using ID Part 2: Ways of locating Web element using: Name, Class Name, Tag Name, Link Text Part 1: All about XPath in Selenium Webdriver: Basic concepts Part 2: All about XPath: Different ways of writing XPath expression. Tools to find XPath in Firefox browser CSS…

Read More “Locators in Selenium” »

Uncategorized

Posts pagination

Previous 1 … 3 4 5 … 8 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark