When I search the documentation it only comes up in a small example in the Find Expression subject. Also this documentation would be much better if there were more and better samples, e.g. the Find Expression page tells you how to create an expression but not how or where it is used. I am
assuming that I am using it correctly by doing something like this -
Pages.HomeCORS.Find.ByExpression<ArtOfTest.WebAii.Controls.HtmlControls.HtmlAnchor>(expression)
.Wait.ForExists(10000);