You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce PageDoc and PageDocs annotation and mark Page and Pages annotation as deprecated.
Introduce sahagin.configPath system property to specify the configuration file path explicitly. Specifying the configuration file path in -javaagent option argument is now deprecated.
Support WebDriver Select class.
Support assert, ==, !=.
Support field TestDoc annotation. (This annotation works only for field reference, and field assignment is not supported yet. Also, only field reference without instance or class prefix is supported now.)
Change dependent selenium-java library version to 2.47.1.
Bug fix
Exception was thrown if no manifest jar is found in class path.
Page name of the nested steps were not displayed on HTML report.