I am trying to capture dynamic page and having issues wait for it to fully load (I have tried wait,waitReady, waitAll, waitLoad). Part of the page is dynamically loaded so the tool is not able to identify the loading properly.
I am trying to click a button, which returns True to waitExist, because it's already there, but the page is not active yet (the button could not be clicked).