Monitor div content changes instead of reloading whole page

Hey there,

for better performance and bandwidth saving i am looking for a method to monitor just changes of a single div tag instead of reloading/rechecking the whole page every 10 seconds or so? Any ideas on this? :grinning:

Thanks

The usual “Verify Element Present” and similar Selenium IDE-style commands should work without page reload. Did you test it already?

And of course all visual web testing do not require a page reload either.

1 Like