Skip to content

Releases: etnetera/seb

seb-0.5.1

06 May 12:27
Compare
Choose a tag to compare

Fixing comments for SebContext.findOneOptional() and similar methods including right formatting.
PropertiesSource allows to load not existing resources.

seb-0.5.0

03 May 07:21
Compare
Choose a tag to compare

Wait before page init timeout can be globally configured.
Page source and Screenshot listeners are triggered only on report not on every quit of Seb.

seb-0.4.3

29 Apr 12:11
Compare
Choose a tag to compare

Lazy initiatializing for optional element is controlled via DisableLazyInit annotation on some SebElement methods instead of string comparison.
New method SebContext.refreshPage() which uses standard WebDriver.navigate().refresh().

seb-0.4.2

28 Apr 22:37
Compare
Choose a tag to compare

Do not initiate optional elements immediately for better performance using Byte Buddy

seb-0.4.1

26 Apr 09:10
Compare
Choose a tag to compare

Allowing to add listener before starting Seb using Seb.withListener(SebListener listener)

seb-0.4.0

21 Apr 19:10
Compare
Choose a tag to compare

ConfigListener is processed on seb start
Fixed sorting in ChainedPropertiesSource.getMergedProperties()
Using only one call for element existence in SebElement.isPresent() and similar methods

seb-0.3.22

20 Apr 21:21
Compare
Choose a tag to compare

Deprecating old Seb constructors to force using of new chainable custom starting
New events - BeforeDriverQuitEvent and AfterDriverQuitEvent

seb-0.3.21

19 Apr 11:58
Compare
Choose a tag to compare

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

26 Mar 22:58
Compare
Choose a tag to compare

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

26 Mar 22:57
Compare
Choose a tag to compare

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.