 
|
a0bd0c2f0f
|
Add webview support for Electron apps in native mode (#671)
* Add webview support for Electron apps in native mode
Fixes #580
* Fix cargo fmt violations in actions.rs and browser.rs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Revert unrelated refactors, keep only webview support changes
- Restore is_none_or (was changed to map_or unnecessarily)
- Restore single-if WebDriver check (was split into nested ifs)
- Restore simple needs_relaunch logic (was expanded into 4 branches)
- Restore find_frame signature (unused selector param was added)
- Restore flat download handler condition (was nested unnecessarily)
- Restore wait_or_kill and graceful close() to preserve cookie flushing
---------
Co-authored-by: ctate <366502+ctate@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-08 17:41:40 -05:00 |
|