Once the website loads there is a 2-3 second delay until it starts performing the actions.
This is only the case for the first action of the macro the rest works fine.
Is there some way to get rid of this delay?
Thank you for your help
Once the website loads there is a 2-3 second delay until it starts performing the actions.
This is only the case for the first action of the macro the rest works fine.
Is there some way to get rid of this delay?
Thank you for your help
@ndm44 the wait_doc
step waits for the page’s document to be loaded. this is controlled by browser loading the page’s content document. it can’t be reduced further.
note that sometimes it may appear that the website has loaded but parts of the document could still be rendering.