Skip to content

Commit 7ecd1bc

Browse files
committed
Recorder: Include "data-content" attribute for selector-generation
1 parent 5ec078a commit 7ecd1bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/js_code/recorder_js.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
non_id_attributes.push('data-cy');
135135
non_id_attributes.push('data-action');
136136
non_id_attributes.push('data-target');
137+
non_id_attributes.push('data-content');
137138
non_id_attributes.push('alt');
138139
non_id_attributes.push('title');
139140
non_id_attributes.push('heading');

0 commit comments

Comments
 (0)