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
The following trigger attributes should inherit from WaitingTriggerAttribute instead of base TriggerAttribute:
VerifyTitleAttribute
VerifyH1Attribute - VerifyH6Attribute
VerifyExistsAttribute
VerifyMissingAttribute
VerifyContentAttribute
VerifyContentMatchesAttribute
Now the above attributes will get Timeout and RetryInterval properties from WaitingTriggerAttribute that they should use for verification. So the user will be able to set one or both of these properties to, for example, increase the verification time for slow pages.
The text was updated successfully, but these errors were encountered:
The following trigger attributes should inherit from
WaitingTriggerAttribute
instead of baseTriggerAttribute
:VerifyTitleAttribute
VerifyH1Attribute
-VerifyH6Attribute
VerifyExistsAttribute
VerifyMissingAttribute
VerifyContentAttribute
VerifyContentMatchesAttribute
Now the above attributes will get
Timeout
andRetryInterval
properties fromWaitingTriggerAttribute
that they should use for verification. So the user will be able to set one or both of these properties to, for example, increase the verification time for slow pages.The text was updated successfully, but these errors were encountered: