You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several statements scattered around in the Internet and in the issue comments regarding PageFactory being sub-optimal, meant as an example-only and its usage overall is discouraged, e.g.: #10836 (comment)
There are also mentions to phase out support package altogether: #14474 (comment)
This, however, cannot be found easilly and is not reflected in Selenium documentation. On the contrary, there are pages describing several support features, such as Waiting, ExpectedConditions, LoadableComponent etc. suggesting these are officially supported and encouraged features. Last one also refers to PageFactory in examples: Loadable Component
As these are widely used features, it would be very helpful to raise the awareness of any plans regarding their discontinuation by providing an official statement and perhaps pointing to alternative solutions.
Usage example
When I browse official Selenium documentation, I should not be advised to use discouraged or de facto deprecated features. A statement of PageFactory and support package (?) being discouraged would rise awareness an potentially fuel discussions and development of alternative solutions.
The text was updated successfully, but these errors were encountered:
@Sveshais, thank you for creating this issue. We will troubleshoot it as soon as we can.
Info for maintainers
Triage this issue by using labels.
If information is missing, add a helpful comment and then I-issue-template label.
If the issue is a question, add the I-question label.
If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable G-* label, and it will provide the correct link and auto-close the
issue.
After troubleshooting the issue, please add the R-awaiting answer label.
Feature and motivation
There are several statements scattered around in the Internet and in the issue comments regarding PageFactory being sub-optimal, meant as an example-only and its usage overall is discouraged, e.g.: #10836 (comment)
There are also mentions to phase out support package altogether: #14474 (comment)
This, however, cannot be found easilly and is not reflected in Selenium documentation. On the contrary, there are pages describing several support features, such as Waiting, ExpectedConditions, LoadableComponent etc. suggesting these are officially supported and encouraged features. Last one also refers to PageFactory in examples: Loadable Component
As these are widely used features, it would be very helpful to raise the awareness of any plans regarding their discontinuation by providing an official statement and perhaps pointing to alternative solutions.
Usage example
When I browse official Selenium documentation, I should not be advised to use discouraged or de facto deprecated features. A statement of PageFactory and support package (?) being discouraged would rise awareness an potentially fuel discussions and development of alternative solutions.
The text was updated successfully, but these errors were encountered: