feat: add browser profile XDG support and documentation (#777)

This commit is contained in:
Jens
2026-01-23 22:45:22 +01:00
committed by GitHub
parent dc0d9404bf
commit eda1b4d0ec
15 changed files with 841 additions and 687 deletions

View File

@@ -33,7 +33,7 @@ async def atest_init() -> None:
web_scraping_mixin.close_browser_session()
@pytest.mark.flaky(reruns = 4, reruns_delay = 5)
@pytest.mark.flaky(reruns = 5, reruns_delay = 10)
@pytest.mark.itest
def test_init() -> None:
nodriver.loop().run_until_complete(atest_init()) # type: ignore[attr-defined]