Skip to content

Browser library v14.0.0

Compare
Choose a tag to compare
@Snooz82 Snooz82 released this 23 Sep 20:52
· 1569 commits to main since this release

Most important enhancements

  • Improved argument docs and updated signatures for consistency #2308
  • Added Scope feature to timeout, retry_assertion and strice_mode #2319
  • Wait For Condition to check any information that may happen on page... #2331
  • FIXED: Switch Page fails when context and browser id are given as well. #2327
  • FIXED:New Context with viewport set to None does not behave as in Playwright #2054

Backwards incompatible changes

  • Some Assertion Keywords have old argument names expected_value #2329

Deprecated features

  • Deprecation of delay in milliseconds to introduce support for timedelta #2330
  • Deprecation of positional arguments on Import, New Browser, New Context & New Persistent Context #2328

Acknowledgements

  • "Press Key" documentation could use updating. #2202