Skip to content

Commit f83fa5e

Browse files
Update src/main/java/io/appium/java_client/pagefactory/bys/builder/AppiumByBuilder.java
Co-authored-by: Valery Yatsynovich <[email protected]>
1 parent 8a9f755 commit f83fa5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/appium/java_client/pagefactory/bys/builder/AppiumByBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* It is the basic handler of Appium-specific page object annotations.
4343
* About the Page Object design pattern please read these documents:
4444
* - <a href="https://code.google.com/p/selenium/wiki/PageObjects">https://code.google.com/p/selenium/wiki/PageObjects</a>
45-
* - <a href="https://code.google.com/p/selenium/wiki/PageFactory">https://code.google.com/p/selenium/wiki/PageFactory</a>
45+
* - <a href="https://github.com/SeleniumHQ/selenium/wiki/PageFactory">Selenium Page Factory</a>
4646
*/
4747
public abstract class AppiumByBuilder extends AbstractAnnotations {
4848
protected static final Class<?>[] DEFAULT_ANNOTATION_METHOD_ARGUMENTS = new Class<?>[]{};

0 commit comments

Comments
 (0)