Skip to content

Commit 019e748

Browse files
committed
add javadoc to AppiumElementLocatorFactory
1 parent d650708 commit 019e748

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/java/io/appium/java_client/pagefactory/AppiumElementLocatorFactory.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ public class AppiumElementLocatorFactory implements CacheableElementLocatorFacto
3232
private final WebDriver originalWebDriver;
3333
private final AppiumByBuilder builder;
3434

35+
/**
36+
* Creates a new mobile element locator factory.
37+
*
38+
* @param searchContext The context to use when finding the element
39+
* @param timeOutDuration is a POJO which contains timeout parameters for the element to be searched
40+
* @param originalWebDriver is an instance of WebDriver that is going to be used by a proxied element
41+
* @param builder is handler of Appium-specific page object annotations
42+
*/
43+
3544
public AppiumElementLocatorFactory(SearchContext searchContext, TimeOutDuration timeOutDuration,
3645
WebDriver originalWebDriver, AppiumByBuilder builder) {
3746
this.searchContext = searchContext;

0 commit comments

Comments
 (0)