github microsoft/playwright-dotnet v0.180.0

latest releases: v1.43.0, v1.42.0, v1.41.2...
3 years ago

Driver Update

Driver updated to v.1.8.0. These are the outstanding changes:

New APIs

  • ElementHandle.IsCheckedAsync()
  • ElementHandle.IsDisabledAsync()
  • ElementHandle.IsEditableAsync()
  • ElementHandle.IsEnabledAsync()
  • ElementHandle.IsHiddenAsync()
  • ElementHandle.IsVisibleAsync()
  • Page.IsCheckedAsync(selector, timeout)
  • Page.IsDisabledAsync(selector, timeout)
  • Page.IsEditableAsync(selector, timeout)
  • Page.IsEnabledAsync(selector, timeout)
  • Page.IsHiddenAsync(selector, timeout)
  • Page.IsVisibleAsync(selector, timeout)
  • New enum item Editable in ElementHandle.WaitForElementStateAsync.

Breaking Changes

We are still tweaking the API so we can offer the same experience across all bindings. These are the changes we had to make in this release:

  • ExtraHttpHeaders properties were renamed to ExtraHTTPHeaders.
  • SetExtraHttpHeadersAsync method was renamed to SetExtraHTTPHeadersAsync.
  • firefoxUserPrefs was removed from launch persistent options.

Changelog

  • 1f29b09 fix ignore all default arguments.
  • ae6b879 fix ignoreDefaultArgs serialization.

Don't miss a new playwright-dotnet release

NewReleases is sending notifications on new releases.