Skip to content

Conversation

thalissonvs
Copy link
Member

@thalissonvs thalissonvs commented Aug 24, 2025

Closes #218

Summary

  • add PageLoadState enum for document readiness
  • allow configuring page_load_state via Options and wait loop
  • cover new option with tests

Testing

  • PYENV_VERSION=3.11.12 pytest tests/test_browser/test_browser_options.py
  • PYENV_VERSION=3.11.12 pytest (fails: No module named 'aioresponses')

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

Copy link

codecov bot commented Oct 5, 2025

Codecov Report

❌ Patch coverage is 90.47619% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
pydoll/browser/interfaces.py 77.77% 2 Missing ⚠️

📢 Thoughts on this report? Let us know!

@thalissonvs thalissonvs merged commit 9907af2 into main Oct 5, 2025
20 of 21 checks passed
@thalissonvs thalissonvs deleted the codex/add-page_load_state-enum-to-options branch October 5, 2025 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add page_load_state option to control page load wait behavior
2 participants