File tree 1 file changed +2
-2
lines changed
src/main/java/io/appium/java_client/pagefactory/bys/builder
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
/**
42
42
* It is the basic handler of Appium-specific page object annotations.
43
43
* 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>
46
46
*/
47
47
public abstract class AppiumByBuilder extends AbstractAnnotations {
48
48
protected static final Class <?>[] DEFAULT_ANNOTATION_METHOD_ARGUMENTS = new Class <?>[]{};
You can’t perform that action at this time.
0 commit comments