June 2018
Beginner to intermediate
376 pages
8h 58m
English
Since Selenium now requires Java8, we can safely use Java8 language constructs such as lambdas to reduce the amount of boilerplate code in our functions. Lambdas enable you to execute anonymous functions without having to write a load of boilerplate code; they have the following three main parts:
They are really a lot easier to use than many people think; let's convert our didWeFindElementFoo method that we wrote earlier into something that ...
Read now
Unlock full access