Hi Boyan:
I am using a Page Object Model to simplify my UI tests and place all of the dependencies in a class.
My code is finding by attribute OK, but the ActiveBrowser DOM does not contain what is currently being rendered. That is why I am refreshing the DOM tree, but it still does not have what is currently being rendered.
Phil