Merge pull request #314 from getmaxun/reset-browser

feat: reset remote browser recording state
This commit is contained in:
Karishma Shukla
2025-01-13 13:57:47 +05:30
committed by GitHub
10 changed files with 203 additions and 26 deletions

View File

@@ -161,8 +161,10 @@
"confirm_capture": "Confirm Capture",
"confirm_pagination": "Confirm",
"confirm_limit": "Confirm",
"confirm_reset": "Confirm",
"finish_capture": "Finish Capture",
"back": "Back",
"reset": "Restart Recording",
"finish": "Finish",
"cancel": "Cancel",
"delete": "Delete"
@@ -227,10 +229,14 @@
},
"browser_recording": {
"modal": {
"confirm_discard": "Are you sure you want to discard the recording?"
"confirm_discard": "Are you sure you want to discard the recording?",
"confirm_reset": "Are you sure you want to restart the recording?",
"reset_warning": "This will clear all previous captures in the current session. The recording session will restart for the same website."
},
"notifications": {
"terminated": "Current Recording was terminated"
"terminated": "Current Recording was terminated",
"environment_reset": "Browser environment has been reset",
"reset_successful": "Successfully reset all captures and returned to initial state"
}
},
"interpretation_log": {