Finding a content in form of key and value from a webpage
I have a requirement where i need to get the account no and value present in the panels of webpage, the structure of the panel is attached,i need to find ex:1-1000 has 1600 as amount
the string(account code) we are searching can be in any of the "sub panels/sub sub panels((highlighted panels)" under above. after matching the text i need to get respective amount which is present in some other panel
account code: Sys.Browser("iexplore").Page("***").Panel("outer_wrapper").Panel("wrapper").Panel("pageContents").Panel("reporting_report").Panel(2).Panel(0).Panel(1).Panel(0).Panel(1).Panel(0).Panel(0).Panel(1).Panel(1).Panel(0).Panel(0).Panel(0)
amount:
Sys.Browser("iexplore").Page("***").Panel("outer_wrapper").Panel("wrapper").Panel("pageContents").Panel("reporting_report").Panel(2).Panel(0).Panel(1).Panel(0).Panel(1).Panel(0).Panel(0).Panel(1).Panel(1).Link(0)
please let me know if we have solution for this, attached screen shot