Releases: etnetera/seb
Releases · etnetera/seb
seb-0.5.1
seb-0.5.0
seb-0.4.3
seb-0.4.2
seb-0.4.1
seb-0.4.0
seb-0.3.22
Deprecating old Seb constructors to force using of new chainable custom starting
New events - BeforeDriverQuitEvent and AfterDriverQuitEvent
seb-0.3.21
Update to latest selenium 2.53.0
New listeners for better logging
Fix for creating subdirectories for reporting on Windows platform
seb-0.3.20
Reporting is configured with reports root dir and optional report dir path.
Configuration supports passing hub url and capabilities which are then automatically used in WebDriver constructor.
seb-0.3.19
Saved file from SebContext.saveFile() methods returns its path which allows additional operations on saved file.
Return wrapped driver from SebContext.getWrappedDriver() if seb webdriver implements WrapsDriver.