09-26-2013, 03:56 PM
(This post was last modified: 09-26-2013, 03:57 PM by learnQtptips.)
As I understood, You have a table with 2 columns with multiple rows.
And each row has two combo box.
IF yes, I would suggest to describe all the objects in the table with the micclass as found with objeect SPY (WebEdit, WebElement or WebList etc). Then access each of the objects with their index.
or try as below example
And each row has two combo box.
IF yes, I would suggest to describe all the objects in the table with the micclass as found with objeect SPY (WebEdit, WebElement or WebList etc). Then access each of the objects with their index.
or try as below example
Code:
Set WebEditObj = Browser("...").Page("...").WebTable("...").ChildItem(8, 2, "WebEdit", 0)
WebEditObj.Set <value>