verifyElementPresent won't detect newly appended HTML

Hi, i have a website that’s dynamic using ajax to load new content, so the whole page is not reloaded.

When I try to use verifyElementPresent to detect an element that was just appended by ajax content, it won’t detect it present, when it actually there. How to make kantu sort of like parse the whole webpage again ? So that I can detect the new html element ?

Thanks

I suggest you to use click with checking of statusok in a loop

It won’t work for

element, it always cannot find that element.

Have use a correct xpath to detect element ?

For every element there are a large amount of xpath (try to detect it with external addons)