Skip to content

Get by attribute exact then contains#24

Merged
Umutayb merged 3 commits intomainfrom
getByAttribute-exact-then-contains
Mar 27, 2026
Merged

Get by attribute exact then contains#24
Umutayb merged 3 commits intomainfrom
getByAttribute-exact-then-contains

Conversation

@Umutayb
Copy link
Copy Markdown
Member

@Umutayb Umutayb commented Mar 27, 2026

No description provided.

Umutayb added 3 commits March 27, 2026 14:54
When exact is not explicitly specified, getByAttribute now uses the same
two-pass strategy as getByText: try exact match first, then fall back to
contains match. Explicit exact: true/false still behaves as before.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 27, 2026

📊 API Coverage Report

API Coverage

Build Passed: 100% API Coverage!

🔍 View Detailed Coverage Breakdown

ElementRepository: 11/11
[x] setDefaultTimeout
[x] get
[x] getAll
[x] getRandom
[x] getByText
[x] getByAttribute
[x] getByIndex
[x] getVisible
[x] getByRole
[x] getSelectorRaw
[x] getSelector

PlatformElement: 24/24
[x] click
[x] fill
[x] clear
[x] check
[x] uncheck
[x] hover
[x] doubleClick
[x] scrollIntoView
[x] pressSequentially
[x] setInputFiles
[x] dispatchEvent
[x] isVisible
[x] isEnabled
[x] isChecked
[x] textContent
[x] getAttribute
[x] inputValue
[x] locateChild
[x] count
[x] all
[x] first
[x] nth
[x] filter
[x] waitFor

WebElement: 24/24
[x] click
[x] fill
[x] clear
[x] check
[x] uncheck
[x] hover
[x] doubleClick
[x] scrollIntoView
[x] pressSequentially
[x] setInputFiles
[x] dispatchEvent
[x] isVisible
[x] isEnabled
[x] isChecked
[x] textContent
[x] getAttribute
[x] inputValue
[x] locateChild
[x] count
[x] all
[x] first
[x] nth
[x] filter
[x] waitFor

Plain report generated by @civitas-cerebrum/api-coverage · 2026-03-27

@Umutayb Umutayb merged commit f599b11 into main Mar 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant