What do you mean all child objects of a page? If you mean the whole html source, you can use
getHtmlSource() For others, you can try, - String[] getAllButtons(): Returns the IDs of all buttons on the page. - String[] getAllLinks(): Returns the IDs of all links on the page. - String[] getAllFields(): Returns the IDs of all input fields on the page. - String[] getAllWindowIds(): Returns the IDs of all windows that the browser knows about. - String[] getAllWindowNames(): Returns the names of all windows that the browser knows about. - String[] getAllWindowTitles(): Returns the titles of all windows that the browser knows about. However, it is really not recommended to create a UI module for the whole page. Better to create a separate UI module for each UI section for easier maintenance, you can put them in one groovy UI module class. Thanks, Jian On Wed, Oct 21, 2009 at 6:35 PM, super fan 911 <[email protected]>wrote: > > How do you find all child objects of a page? Is it even possible? > How would you define the page UI model? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" 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/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
