Skip to content

Commit 7105107

Browse files
committed
Update Recorder Mode
1 parent fb24362 commit 7105107

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

seleniumbase/extensions/recorder.zip

8 Bytes
Binary file not shown.

seleniumbase/js_code/active_css_js.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@
158158
non_id_attributes.push('href');
159159
non_id_attributes.push('label');
160160
non_id_attributes.push('data-content');
161+
non_id_attributes.push('data-tip');
162+
non_id_attributes.push('data-for');
161163
non_id_attributes.push('class');
162164
non_id_attributes.push('for');
163165
non_id_attributes.push('placeholder');

seleniumbase/js_code/recorder_js.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@
158158
non_id_attributes.push('href');
159159
non_id_attributes.push('label');
160160
non_id_attributes.push('data-content');
161+
non_id_attributes.push('data-tip');
162+
non_id_attributes.push('data-for');
161163
non_id_attributes.push('class');
162164
non_id_attributes.push('for');
163165
non_id_attributes.push('placeholder');

0 commit comments

Comments
 (0)