04-08-2011, 07:12 PM
Just to make sure, I am sending the scripts fron the Expert View based on 2 Items selected from a list of 8. This list can vary. The recorded objects are the Check Box clicked and it's corresponding value entered in the Webedit object. I am also attaching the properties for both the set of check boxes and their Webedit object having their values captured.
Please advise me how do I programatically Check to select and assign Value dynamycally? Do I use the Identifier value within each object property to identify and select?
Thanks,
Subha
DETAILS As Below:
Please advise me how do I programatically Check to select and assign Value dynamycally? Do I use the Identifier value within each object property to identify and select?
Thanks,
Subha
DETAILS As Below:
Code:
Browser("wwe - WebWriter Enterprise").Page("wwe - WebWriter Enterprise_2").WebCheckBox("WebCheckBox_2").Set "ON"
Browser("wwe - WebWriter Enterprise").Page("wwe - WebWriter Enterprise_2").WebEdit("WebEdit_4").Click
Browser("wwe - WebWriter Enterprise").Page("wwe - WebWriter Enterprise_2").WebEdit("WebEdit_4").Set "80"
Browser("wwe - WebWriter Enterprise").Page("wwe - WebWriter Enterprise_2").WebCheckBox("WebCheckBox_3").Set "ON"
Browser("wwe - WebWriter Enterprise").Page("wwe - WebWriter Enterprise_2").WebEdit("WebEdit_5").Click
Browser("wwe - WebWriter Enterprise").Page("wwe - WebWriter Enterprise_2").WebEdit("WebEdit_5").Set "20"