https://github.com/doamaral/java-pagefactory
Using PageFactory to instantiate and access web elements in a page improving Page Object pattern
https://github.com/doamaral/java-pagefactory
pagefactory pageobject-pattern test ui
Last synced: 3 months ago
JSON representation
Using PageFactory to instantiate and access web elements in a page improving Page Object pattern
- Host: GitHub
- URL: https://github.com/doamaral/java-pagefactory
- Owner: doamaral
- Created: 2020-04-06T18:41:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T18:23:59.000Z (over 2 years ago)
- Last Synced: 2025-08-16T02:45:53.566Z (4 months ago)
- Topics: pagefactory, pageobject-pattern, test, ui
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java-pagefactory
Using PageFactory to instantiate and access web elements in a page