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
Change package target frameworks from .NET Standard 2.0 to .NET 8.0 and .NET Framework 4.6.2.
Upgrade Selenium.WebDriver package reference to v4.48.0.
Make obsolete ElementExceptionFactory.CreateForNotFound methods.
Use ElementNotFoundException.Create(...) instead.
Make obsolete ElementExceptionFactory.CreateForNotMissing methods.
Use ElementNotMissingException.Create(...) instead.
Make obsolete StringBuilderExtensions.AppendSpace method.
Use Append(' ') instead.
Make obsolete IEnumerableExtensions.ToReadOnly method.
Instead use constructor of ReadOnlyCollection<T> or use another collection type (array, for example).
Make obsolete ExceptionFactory.CreateForTimeout method.
Use TimeoutExceptionFactory.Create(...) instead.
Make obsolete ExceptionFactory.CreateForUnsupportedEnumValue method.
Change RetrySettings.DefaultInterval value from 500 to 200 milliseconds.