Is it possible to check that a text is contained in the text of an element using the FluentAutomation framework ?
The example provided in the documentation is for matching exact text http://fluent.stirno.com/docs/#asserts-text
I.Assert.Text("FluentAutomation").In("header");
How do I check the element contains the text ?
Ex: header text is "Random text I don't need Mytext and etc."
I want to assert that header contains "MyText" using FluentAutomation