Skip to content

Commit

Permalink
[wdc] Update Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Dec 11, 2022
1 parent 949f1d6 commit c32316a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import org.openqa.selenium.WebDriver;

/**
* Provide WebDriver from {@linkplain WebDriverRunner} to {@linkplain WebDriverChecker}.
*
* @author Ho Huu Ngoan (ngoanh2n@gmail.com)
* @version 1.0.0
* @since 2021-04-10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import org.openqa.selenium.WebDriverException;

/**
* Exceptions will be thrown from {@linkplain WebDriverChecker}.
*
* @author Ho Huu Ngoan (ngoanh2n@gmail.com)
* @version 1.0.0
* @since 2021-04-17
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
import static java.util.ServiceLoader.load;

/**
* Check characteristics and environment for current {@linkplain WebDriver}.
*
* @author Ho Huu Ngoan (ngoanh2n@gmail.com)
* @version 1.0.0
* @since 2021-04-10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*/
public interface WebDriverService {
/**
* Provider {@linkplain WebDriver} to {@linkplain WebDriverChecker}.
* Provide {@linkplain WebDriver} to {@linkplain WebDriverChecker}.
*
* @return driver you have set up
*/
Expand Down

0 comments on commit c32316a

Please sign in to comment.