v7.0.0
jo-inc/camofox-browserv7.0.0Feb 4, 2026by mherrmann
AI Summary
A major version update that fixes relative search logic, specifically addressing the inability to find elements with complex nested relative positioning (e.g., `to_left_of` and `below`).
Key Highlights
- Fixes relative search logic for nested element positioning
- Resolves failure to find elements with complex relative constraints
- Changes which elements are found as a result of the fix
- Promoted to v7.0.0 due to behavioral changes
Breaking Changes
- Changes which elements are found (search results may differ from previous versions)
New Features
- Fix for relative search logic
Full Release Notes
The previous release 6.0.0 was not able to find `Button('Duplicate Button', to_left_of=Button('Duplicate Button', below=Button('Duplicate Button')))` in the following arrangement:
<img width="299" height="66" alt="image" src="https://github.com/user-attachments/assets/68d76dcb-14ba-4ac1-b512-70b00ec949ed" />
This release fixes this. It changes which elements are found and is therefore a major version.