You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(tauri): enhance script handling in execute function
- Updated the `execute` function to improve handling of string and function scripts.
- Strings are now passed as-is for embedded paths, while tauri-driver paths utilize `JSON.stringify` for proper escaping.
- Adjusted comments for clarity on the handling of different script types.
0 commit comments