Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete types and members inclusive prior v0.15.0 #221

Closed
YevgeniyShunevych opened this issue Oct 10, 2018 · 0 comments
Closed

Remove obsolete types and members inclusive prior v0.15.0 #221

YevgeniyShunevych opened this issue Oct 10, 2018 · 0 comments

Comments

@YevgeniyShunevych
Copy link
Member

Remove constructor of WaitForElementAttribute:

[Obsolete("Use another constructor that uses 'Until' type instead of 'WaitUntil'.")] // Obsolete since v0.15.0.
public WaitForElementAttribute(WaitBy waitBy, string selector, WaitUntil until = WaitUntil.MissingOrHidden, TriggerEvents on = TriggerEvents.AfterClick, TriggerPriority priority = TriggerPriority.Medium)

Remove method of AtataContext:

[Obsolete("Use Configure() instead.")] // Obsolete since v0.14.0.
public static AtataContextBuilder Build();

Remove method of AtataContextBuilder:

[Obsolete("Use Build() instead.")] // Obsolete since v0.14.0.
public void SetUp();

Remove method of IDataProvider<out TData, TOwner>:

[Obsolete("Use Value instead.")]
TData Get();

Remove WaitUntil enum:

[Obsolete("Use Until instead.")] // Obsolete since v0.15.0.
public enum WaitUntil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant