We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb24362 commit 7105107Copy full SHA for 7105107
seleniumbase/extensions/recorder.zip
8 Bytes
seleniumbase/js_code/active_css_js.py
@@ -158,6 +158,8 @@
158
non_id_attributes.push('href');
159
non_id_attributes.push('label');
160
non_id_attributes.push('data-content');
161
+ non_id_attributes.push('data-tip');
162
+ non_id_attributes.push('data-for');
163
non_id_attributes.push('class');
164
non_id_attributes.push('for');
165
non_id_attributes.push('placeholder');
seleniumbase/js_code/recorder_js.py
0 commit comments