print Browser().Page().WebElement("html tag:=DIV", "html
id=m_f_x5").Object.innertext
print Browser().Page().WebElement("html tag:=DIV", "html
id=m_f_x5").Object.innerhtml
...On Fri, Oct 30, 2009 at 11:57 AM, johnthenu <[email protected]> wrote: > > Hi, > > I want to extract the dynamic help form when you tab on each of the > elements on the web form. > > The web page code is something similar….. > > <div class="help" id="m_f_x5">If you have been a UK resident since > birth select Yes </div> > > <div class="help" id="m_f_x7">Please tell us about your relationship > status by selecting the option.</div> > > How can I extract this information…. > > Any help will be greatly appreciated…. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en -~----------~----~----~----~------~----~------~--~---
