Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

v0.3.0-beta

Pre-release
Pre-release

Choose a tag to compare

@craigfowler craigfowler released this 12 Mar 19:01
· 68 commits to master since this release

This is the first beta release of CSF.Screenplay.Selenium. It contains a number of new enhancements and bug fixes, some of which will of course be breaking changes.

Please do not use the NuGet package for this release, a mistake was found in the dependency between the CSF.Screenplay.Selenium package and the CSF.Screenplay.Selenium.BrowserFlags package. This has been fixed in v0.3.1.

Changelog

  • #5 - Add an Ability and Action to save screenshots
  • #41 - Add an Object Formatter for web element adapters
  • #40 - Introduce JavaScript workaround for Safari 11's bug whereby it cannot interact with <select> elements
  • #2 - Add JavaScript workaround for Firefox's inability to send keys to an HTML <input type="date"> element
  • #36 - Improvement to the mechanism for providing stored JavaScript, such as for workarounds
  • #42 - Remove TimeSpanBuilder (redundant, now included in main Screenplay assembly)
  • #38 - Remove obsolete Capabilities class