Skip to content

Commit 7392129

Browse files
committed
Update Recorder Mode
1 parent 40bdc00 commit 7392129

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
10 Bytes
Binary file not shown.

seleniumbase/js_code/active_css_js.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
non_id_attributes.push('heading');
152152
non_id_attributes.push('translate');
153153
non_id_attributes.push('aria-label');
154+
non_id_attributes.push('aria-describedby');
154155
non_id_attributes.push('rel');
155156
non_id_attributes.push('ng-model');
156157
non_id_attributes.push('ng-href');

seleniumbase/js_code/recorder_js.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
non_id_attributes.push('heading');
152152
non_id_attributes.push('translate');
153153
non_id_attributes.push('aria-label');
154+
non_id_attributes.push('aria-describedby');
154155
non_id_attributes.push('rel');
155156
non_id_attributes.push('ng-model');
156157
non_id_attributes.push('ng-href');
@@ -318,7 +319,7 @@
318319
document.recorded_actions = [];
319320
sessionStorage.setItem('pause_recorder', 'no');
320321
sessionStorage.setItem('recorder_mode', '1');
321-
sessionStorage.setItem('recorder_title', document.title)
322+
sessionStorage.setItem('recorder_title', document.title);
322323
const d_now = Date.now();
323324
document.recorder_last_mouseup = d_now;
324325
w_orig = window.location.origin;

0 commit comments

Comments
 (0)