Sunday, July 19, 2015

WebCheckBox

- we use set method and value "ON" or "OFF" to select the checkbox

  'returns objects
 set obj = Browser("Sample Email Forms - myContact").Page("Sample Email Forms - myContact").WebTable("Send To: * Marketing Departmen").ChildItem(1,1,"WebCheckBox",1)

'Browser("Sample Email Forms - myContact").Sync

 obj.set "ON"

No comments:

Post a Comment