June 2017
Intermediate to advanced
256 pages
5h 38m
English
If you refer to Chapter 3, Writing Your First Appium Test, and remember the boilerplate code generated, it creates an instance AppiumDriver:
wd = new AppiumDriver(new URL("http://0.0.0.0:4723/wd/hub"), capabilities);
Let's take some time to understand what types of driver Appium allows us to create. Certainly, AppiumDriver was generated by the boilerplate code. Let's take a look at the other drivers:
Read now
Unlock full access