selenoid v1.9.0 Release Notes

Release Date: 2019-01-12 // about 5 years ago
  • ๐Ÿ’ฅ Breaking Changes

    ๐Ÿš€ Starting from this release saving log files works exactly the same way as video files - it is turned off by default and saving the log is enabled by a new capability - enableLogs. Old behavior when logs are saved for all sessions can be enabled with -save-all-logs flag.

    ๐Ÿ†• New features

    • #607 - ability to proxy Chrome Devtools Protocol
    • ๐Ÿ“‡ #632 - ability to use long session ID in S3 and metadata
    • ๐Ÿ”Š #633 - capability to save browser logs

    ๐Ÿ›  Fixes

    • #636 - $sessionId and $fileName are lowercased in S3 keys

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ“š #640 - documentation improvements
    • ๐Ÿ”ง #645 - loading logging configuration file only when flag is specified explicitly