Skip to content

v0.180.0

Compare
Choose a tag to compare
@kblok kblok released this 22 Jan 13:24
5d0d2ab

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.