0.20.0
Fixed Focus Logic
The previous focus logic contained an issue where movement would stop prematurely even when failing to reach the target, causing the AI to become confused. This has been resolved through improved loop termination conditions.
Enhanced Multi-Image Assertion
We addressed challenges in verifying video playback status by implementing a multi-image AI assertion system. This allows sequential image comparisons to validate dynamic content states.

What's Changed
- Fix focus by index by @takahirom in #129
- Add multiple image assertion by @takahirom in #130
Full Changelog: 0.19.0...0.20.0