-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathchangelog
More file actions
16 lines (15 loc) · 822 Bytes
/
changelog
File metadata and controls
16 lines (15 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
0.3.0
- Update of selenium-java version to 2.39.0.
- Update of testng version to 6.8.7.
- Major refactoring:
- Better modularization of projetcs: factory, elements, testng.
- Introduction of the Wiselenium facade.
- Introduction of the @Root annotation.
- Union of the @Field and @Container logic into the single and now called @Component logic.
- Addition of a reentrancy check at the WiseFrameProxy intercept method.
- Removed frame's export element logic.
0.2.0
- New static decorator method on the WiseDecorator to decorate WebElement into any other Element.
- Renamed WiseThreadLocal to WiseContext.
- Fixed WiseFrameInnerContainerProxy to initialize it's elements with its wrapped WebElement instead of the WebDriver.
- Fixed WiseFrameInnerElementUtil.exportList not to reuse the list, avoiding infinite loop.