Skip to content

Commit c528f0c

Browse files
Merge branch 'ashwith' of https://github.com/ashwithpoojary98/java-client into ashwith
2 parents 50c35bf + e578c0d commit c528f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
/**
4242
* It is the basic handler of Appium-specific page object annotations.
4343
* About the Page Object design pattern please read these documents:
44-
* - <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>
44+
* - <a href="https://www.selenium.dev/documentation/test_practices/encouraged/page_object_models/">Selenium Page Object models</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)