Skip to content

Commit e578c0d

Browse files
Update src/main/java/io/appium/java_client/pagefactory/bys/builder/AppiumByBuilder.java
Co-authored-by: Valery Yatsynovich <valeryyatsynovich@gmail.com>
1 parent f83fa5e commit e578c0d

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
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>
44+
* - <a href="https://www.selenium.dev/documentation/test_practices/encouraged/page_object_models/">Selenium Page Object models</a>
4545
* - <a href="https://github.com/SeleniumHQ/selenium/wiki/PageFactory">Selenium Page Factory</a>
4646
*/
4747
public abstract class AppiumByBuilder extends AbstractAnnotations {

0 commit comments

Comments
 (0)