diff --git a/dotnet/src/support/PageObjects/PageFactory.cs b/dotnet/src/support/PageObjects/PageFactory.cs index e15a2eb09a37e..d167cf801e530 100644 --- a/dotnet/src/support/PageObjects/PageFactory.cs +++ b/dotnet/src/support/PageObjects/PageFactory.cs @@ -26,6 +26,7 @@ namespace OpenQA.Selenium.Support.PageObjects /// /// Provides the ability to produce Page Objects modeling a page. This class cannot be inherited. /// + [Obsolete("The PageFactory implementation in the .NET bindings is deprecated and will be removed in a future release. This portion of the code has been migrated to the DotNetSeleniumExtras repository on GitHub (https://github.com/DotNetSeleniumTools/DotNetSeleniumExtras)")] public sealed class PageFactory { ///