Skip to Main Content
Mastering Selenium WebDriver 3.0 - Second Edition
book

Mastering Selenium WebDriver 3.0 - Second Edition

by Mark Collin
June 2018
Beginner to intermediate content levelBeginner to intermediate
376 pages
8h 58m
English
Packt Publishing
Content preview from Mastering Selenium WebDriver 3.0 - Second Edition

Fluent page objects

We are going to have a look at how we can turn our existing page objects into fluent page objects to enhance the readability and discoverability of our code. To do that, we are going to design DSL for our page objects that uses chains of commands to describe the action(s) that are being performed. Each chained command will return either a reference to itself, a reference to a new method, or a void. 

The LoginPage object that we created earlier in this chapter will provide a good base for a fluent page object. It currently looks like this:

package com.masteringselenium.query_page_objects;import com.lazerycode.selenium.util.Query;import com.masteringselenium.fluent_page_objects.BasePage;import org.openqa.selenium.By;public ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Selenium WebDriver 3 Practical Guide - Second Edition

Selenium WebDriver 3 Practical Guide - Second Edition

Pallavi Sharma, UNMESH GUNDECHA, Satya Avasarala

Publisher Resources

ISBN: 9781788299671Supplemental Content