Skip to content

Commit 11be157

Browse files
committed
Update attribute priority when using the Recorder
1 parent 240c961 commit 11be157

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

seleniumbase/extensions/recorder.zip

0 Bytes
Binary file not shown.

seleniumbase/js_code/recorder_js.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@
159159
non_id_attributes.push('href');
160160
non_id_attributes.push('label');
161161
non_id_attributes.push('class');
162-
non_id_attributes.push('value');
163162
non_id_attributes.push('for');
164163
non_id_attributes.push('placeholder');
164+
non_id_attributes.push('value');
165165
non_id_attributes.push('ng-if');
166166
non_id_attributes.push('src');
167167
selector_by_attr = [];

0 commit comments

Comments
 (0)