mirror of
https://github.com/unclecode/crawl4ai.git
synced 2026-06-10 15:58:15 +00:00
fix: Add a nominal wait time for remove overlay elements since it's already controllable through delay_before_return_html
This commit is contained in:
@@ -116,5 +116,5 @@ async () => {
|
||||
|
||||
// Wait a bit for any animations to complete
|
||||
document.body.scrollIntoView(false);
|
||||
await new Promise((resolve) => setTimeout(resolve, 250));
|
||||
await new Promise((resolve) => setTimeout(resolve, 50));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user