June 2018
Beginner to intermediate
376 pages
8h 58m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "groupId should be a domain that you own/control and is entered in reverse."
A block of code is set as follows:
public class BasicTest { private ExpectedCondition<Boolean> pageTitleStartsWith(final String searchString) { return driver -> driver.getTitle().toLowerCase(). startsWith(searchString.toLowerCase()); }
Any command-line input or output is written as follows:
mvn clean verify -Dwebdriver.gecko.driver=<PATH_TO_GECKODRIVER_BINARY>
Bold: Indicates a new term, an important word, ...
Read now
Unlock full access