- allow passing addition arguments to the JVM start - Add `FrameFinder.root()` for getting the root window
0.6.0
> 2023-08-07
- Fix: Fixture.fill("") did not delete the text - Inspetor/xml: Fix empty values handling for existing attributes - Add `Fixture.dump()` for dumping tree to xml - Robot: `add Robot().typeVirtualKeys()` for typing virtual keys
0.5.2
> 2023-08-07
- fix etree generation for empty titles and texts. Empty titles and texts now produce empty attributes, if the component has a getText() or getTitle() function.
0.5.1
> 2023-08-07
- raise ElementNotFoundError on missed xpath searches
0.5.0
> 2023-08-07
- support component lookup by xpath - Fix title/text mixup in Inspector