v3.2.0 — WaitEngine: attributeToBe, urlMatches, textMatches
Added
- Three new
WaitEngineconditions, consistent with the existingwaitFor*naming:waitForAttribute(By, attribute, value)— waits for an exact attribute match (use the existingwaitForAttributeContainsfor a substring match)waitForUrlMatches(String regex)— waits for the current URL to match a regular expression (use the existingwaitForUrlContainsfor a substring match)waitForTextMatches(By, String regex)— waits for an element's visible text to match a regular expression- Purely additive to the
@SeleniumBootApisurface — no breaking changes. (Closes #12)
Full Changelog: https://github.com/seleniumboot/selenium-boot/blob/master/CHANGELOG.md#v320--2026-07-18