tinkerer-shubh
|
9b93a9fa6e
|
fix: add missing await keyword to asyncio.sleep() in extraction test - Fixes asyncio.sleep(1) that was missing await keyword on line 85 - Without await, the sleep coroutine was never executed, causing no delay - This improves test reliability by ensuring proper 1-second wait after page navigation
|
2025-05-31 17:01:02 +05:30 |
|
Nick Sweeting
|
6cb1dbfac8
|
migrate old style tests
|
2025-05-27 20:50:41 -07:00 |
|
Nick Sweeting
|
f19adf9bb3
|
remove dead code, cleanup examples and tests
|
2025-05-26 18:37:52 -07:00 |
|
Nick Sweeting
|
f47977ac9c
|
fix bugs, add browser_state_summary, add patchright
|
2025-05-20 04:44:03 -07:00 |
|
Nick Sweeting
|
15a760ef17
|
backwards compatibility with old models and improved tests with icognito mode
|
2025-05-20 03:07:01 -07:00 |
|