crawl4ai icon indicating copy to clipboard operation
crawl4ai copied to clipboard

Multiple JS Code execution in a single run

Open crelocks opened this issue 1 year ago • 0 comments

Multiple JS Code execution in a single run

When I run this example, I see a problem. I added a console.log('button clicked') command in the js code and noticing that in the first for loop there is one 'button clicked' message appeared in the console in the second for loop there are two 'button clicked' messages appeared in the console in the second for loop there are three 'button clicked' messages appeared in the console

and so on

https://github.com/unclecode/crawl4ai/blob/62a86dbe8d62a3359effc9f5ae076b33f5fdf28c/docs/md_v2/advanced/session-management-advanced.md?plain=1#L199-L254

crelocks avatar Nov 04 '24 10:11 crelocks