Timeout

Your whole scenario should not take more than 40 seconds to complete, otherwise the Foxscrape API will timeout.

Make sure to optimize your JavaScript scenarios to complete within this time limit. If you need to wait for elements or perform long-running operations, consider using the wait_for instruction instead of fixed wait delays to reduce unnecessary waiting time.