Validate
Use of the Validate Extensions.
How it works
Usage
using Mobilize.QualityMate.Automation.Extensions;MyPageObject.myControl.Validate(self => self.Text == "Something");MyPageObject.myCollection.Validate(self => self.Controls.Any());Last updated
Was this helpful?