Skip to content

feat: add wait_until method to WebElement #234

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

Merged
merged 4 commits into from
Aug 11, 2025

Conversation

thalissonvs
Copy link
Member

Summary

  • add wait_until method to WebElement for visibility and interactability checks
  • improve topmost detection and add ELEMENT_INTERACTIVE script
  • cover new interactability checks with tests and docs

Testing

  • PYENV_VERSION=3.11.12 poetry run ruff check .
  • PYENV_VERSION=3.11.12 poetry run pytest

https://chatgpt.com/codex/tasks/task_e_6895ee13e5088320a60724cff5f95a90

@thalissonvs thalissonvs added enhancement New feature or request and removed codex labels Aug 8, 2025
Copy link

codecov bot commented Aug 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@thalissonvs thalissonvs marked this pull request as ready for review August 8, 2025 14:25
@thalissonvs thalissonvs self-assigned this Aug 8, 2025
@thalissonvs thalissonvs force-pushed the main branch 7 times, most recently from 1b068a0 to 187acae Compare August 10, 2025 23:08
@thalissonvs thalissonvs merged commit 7532295 into main Aug 11, 2025
21 checks passed
@thalissonvs thalissonvs deleted the codex/use-commitizen-style-for-issue-#222 branch August 11, 2025 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add wait_until() method to WebElement for visibility and interactability checks
1 participant