Wednesday 18 July 2018

Help with Async and wait

I am trying to create a bot with pupeteerjs that will receive information from a form and will use it to populate another form in a wevsite.Currently I am using node's async function and inside my 'async" function I have been repeating a lot the use of the "wait" methid, I would like to know if anyone could recommend me some resources(patterns, codes etc...) that could help me learn how to make my code more "DRY" (use the wait method less times) when I refactor it

Submitted July 18, 2018 at 01:12PM by Squexis

No comments:

Post a Comment