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
[Obsolete("Use another constructor that uses 'Until' type instead of 'WaitUntil'.")]// Obsolete since v0.15.0.publicWaitForElementAttribute(WaitBywaitBy,stringselector,WaitUntiluntil=WaitUntil.MissingOrHidden,TriggerEventson=TriggerEvents.AfterClick,TriggerPrioritypriority=TriggerPriority.Medium)
Remove method of AtataContext:
[Obsolete("Use Configure() instead.")]// Obsolete since v0.14.0.publicstaticAtataContextBuilderBuild();
Remove method of AtataContextBuilder:
[Obsolete("Use Build() instead.")]// Obsolete since v0.14.0.publicvoidSetUp();
Remove method of IDataProvider<out TData, TOwner>:
[Obsolete("Use Value instead.")]TDataGet();
Remove WaitUntil enum:
[Obsolete("Use Until instead.")]// Obsolete since v0.15.0.publicenum WaitUntil
The text was updated successfully, but these errors were encountered:
Remove constructor of
WaitForElementAttribute
:Remove method of
AtataContext
:Remove method of
AtataContextBuilder
:Remove method of
IDataProvider<out TData, TOwner>
:Remove
WaitUntil
enum:The text was updated successfully, but these errors were encountered: