January 2018
Beginner to intermediate
354 pages
7h 59m
English
Before introducing the common methods in this driver class, it is prudent to note that requiring JavaDoc for all methods in the class will be helpful for users who are learning the framework. The JavaDoc can be built automatically in Java using a build tool such as Maven, Gradle, or Ant. An example of the JavaDoc format is as follows:
/** * This is the setDriver method used to create the Selenium WebDriver * or AppiumDriver instance! * * @param parameter 1 * @param parameter 2 * @param parameter 3 * @param parameter 4 * * @throws Exception */
Read now
Unlock full access