02-16-2011, 12:49 AM
did you try Browser().page().Sync?
If your web page uses AJAX or JavaScript to perform changes on the main page you can have issues. To the best of my knowledge, QTP sees the page as it was originally loaded until you do a Sync. Even then the ROProperties may not change because your browser engine will not see client side changes in IE. Try using TOProperties to see if you can get the "changed" value.
hope this helps.
If your web page uses AJAX or JavaScript to perform changes on the main page you can have issues. To the best of my knowledge, QTP sees the page as it was originally loaded until you do a Sync. Even then the ROProperties may not change because your browser engine will not see client side changes in IE. Try using TOProperties to see if you can get the "changed" value.
hope this helps.