Skip to content

Releases: CosminSontu/SpecDrill

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

13 Mar 19:29
Compare
Choose a tag to compare

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

v1.3.0.1287

17 Nov 18:20
Compare
Choose a tag to compare
  • Added flag for controlling ScrollIntoView behavior between ScrollIntoView and ScrollIntoViewIfNeeded js methods.

v1.3.0.1262

26 Oct 16:31
Compare
Choose a tag to compare
  • exposed SetWindowSize(int, int) in IBrowser
  • programmatic creation of Pom now supports element navigation targets (e.g. html-based modals)

v1.3.0.1231

16 Sep 18:45
Compare
Choose a tag to compare

Fix for Issue #44: How can I set download folder for chrome in specDrill config json ?
Fix for Issue #26: Add possibility to manipulate cookies of the domain

v1.3.0.1210

04 Sep 20:27
Compare
Choose a tag to compare

Added IsVisible property to IElement to check if element is phisically visible (not covered by other overlapping elements) on the screen.
Added support for ClickAndDrag (emulates click and drag with Actions API). Has same effect as DragAndDrop but it can be used in non DragAndDrop scenarios.
Added regression test for ClickAndDrag.

v1.1.7

08 Sep 19:19
Compare
Choose a tag to compare

Simplified NuGet Packages
Added support for NUnit3; This enables support for Allure reporting;

1.1.2

22 Jul 12:58
Compare
Choose a tag to compare

Migration to .NET Core 3.1/ .NET Starndard 2.1
New NuGet Package structure