In click API in taiko there is an option to provide Wait For Events
Example:
click('Get Started', {waitForEvents: ['DOMContentLoaded']})
I am confused about whether it will wait for the page to load after clicking on click API or before clicking.