Q: When document.ready is coming in zerowork
Improve the Open Link block so that it will wait for the web document to fully loaded (something like `$(document).ready`) before move on to execute the next block. For now we have to manually set a long enough delay time (which is not 100% foolproof as well). I believe in all use cases, we want to begin our operation only a fully loaded web document.
This will reduce the failure rate of the TaskBot when opening up links where the server response time is unreliable.
Diana_ZeroWork
Dec 6, 2024A: Open Link building block is already set per default to wait until dom content is loaded, which means waiting for the document to fully load and parse, yet without waiting for stylesheets, images, and subframes to finish loading. 🙂
Feel free to tell us more about your use case on Discord in ideas and suggestions channel - there might be additional options that we can add. 🙂