-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected condition for checking attribute value #9881
Expected condition for checking attribute value #9881
Conversation
Adds expected condition function text_to_be_present_in_element_attribute for checking if an element's attribute contains certain text. Fixes #7628
Codecov Report
@@ Coverage Diff @@
## trunk #9881 +/- ##
==========================================
+ Coverage 45.01% 45.06% +0.04%
==========================================
Files 83 83
Lines 5536 5541 +5
Branches 251 251
==========================================
+ Hits 2492 2497 +5
Misses 2793 2793
Partials 251 251
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed! |
Adds expected condition function text_to_be_present_in_element_attribute for checking if an element's attribute contains certain text. Fixes SeleniumHQ#7628 Co-authored-by: David Burns <david.burns@theautomatedtester.co.uk>
Adds expected condition function text_to_be_present_in_element_attribute
for checking if an element's attribute contains certain text.
Fixes #7628
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist