Skip to content

Releases: orcunbalcilar/selenium-webcomponent

v1.3.0

29 Sep 16:12
0155bc2
Compare
Choose a tag to compare
Update README.md

v1.2.0

23 Sep 15:45
Compare
Choose a tag to compare

Retry mechanism issue for PageScoped web component and web element decoration fixed.

v1.1.0

16 Sep 09:22
1117438
Compare
Choose a tag to compare

Issue for checking if the raw type of a list is assignable from WebComponent/WebElement/SpringWebComponet has been fixed.

v1.0.0

13 Sep 12:10
Compare
Choose a tag to compare
  1. Support for narrowing down the search context for a WebElement to a parent element instead of WebDriver. Thus, you can seperate your components into seperate classes not to collect all in the same page class.
  2. PageScoped annotation support to search for any WebElement in a WebComponent in the entire page instead of a parent SearchContext.
  3. Spring bean support for autowiring and/or initiliazing its fields.