January 2018
Beginner to intermediate
354 pages
7h 59m
English
The driver class will be designed with various get and set methods. The main setDriver method can take parameters to determine the browser or mobile type, platform to run on, environment for testing, and a set of optional preferences to allow changing driver behavior on the fly:
@SafeVarargspublic final void setDriver(String browser, String platform, String environment, Map<String, Object>... optPreferences)
Examples of some of the parameters of setDriver are as follows:
Read now
Unlock full access