02-29-2008, 02:16 AM
Hi Ankur,
The object that I spying on has the following property if considered as a Test Object:
className: WebElement
class: datatab_node_div
html id: designerForm:mde1_@Accounts_hierarchy_node
html tag: DIV
innertext: Accounts
outertext: Accounts
if considered as a Run-time object:
className: datatab_node_div
id: designerForm:mde1_@Accounts_hierarchy_node
tagName: DIV
For this partcular chunk of code, I need to fnd a collection of object that has class:=datatab_node_div, and html tag := DIV ( this will be the group of collection characters). I don't want to include any attributes contain" Accounts" as this is the caption's of the object and can be changed as my data changed.
Here I also attach a screen shot as what is show at shown inside object spy.
Thank you for any insight.
Carol
The object that I spying on has the following property if considered as a Test Object:
className: WebElement
class: datatab_node_div
html id: designerForm:mde1_@Accounts_hierarchy_node
html tag: DIV
innertext: Accounts
outertext: Accounts
if considered as a Run-time object:
className: datatab_node_div
id: designerForm:mde1_@Accounts_hierarchy_node
tagName: DIV
For this partcular chunk of code, I need to fnd a collection of object that has class:=datatab_node_div, and html tag := DIV ( this will be the group of collection characters). I don't want to include any attributes contain" Accounts" as this is the caption's of the object and can be changed as my data changed.
Here I also attach a screen shot as what is show at shown inside object spy.
Thank you for any insight.
Carol