The walkme_ready() function can be added to the window via the scripts in your website/application. When WalkMe has fully loaded on your website/application, the walkme_ready() function will be called and executed to do whatever you have programmed it to do.

window.walkme_ready = function() {

// function implementation here:

}