Skip to content

v1.4.0.3 : Fixed Issue #23 - Speedup Search in ListElement

Latest
Compare
Choose a tag to compare
@CosminSontu CosminSontu released this 13 Mar 19:29

Speedup is possible when ListElement has an XPath selector. Search is performed using a contains() function.
For CssSelector, the search is performed by iterating through the list of elements (IEnumerable) and Regex searching each element's text.

Upgraded SpecDrill to .NET 8