09-26-2013, 10:53 AM
As per my understanding its a edit box, after entering some value the related suggestions are geting displayed..
Have you tried mercury device replay method..
Have you tried mercury device replay method..
Combo Box selection issue
|
09-26-2013, 10:53 AM
As per my understanding its a edit box, after entering some value the related suggestions are geting displayed..
Have you tried mercury device replay method..
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 Code: Set WebEditObj = Browser("...").Page("...").WebTable("...").ChildItem(8, 2, "WebEdit", 0) |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Weblist selection | diya | 11 | 21,295 |
06-16-2015, 08:27 PM Last Post: rajpradeep32 |
|
Find Combo Box length? | AndyBSG | 3 | 4,002 |
12-05-2014, 10:02 PM Last Post: AndyBSG |
|
Issue related to dropdown selection(Please help urgent) | excellentpawan123 | 2 | 4,229 |
05-31-2014, 12:00 PM Last Post: excellentpawan123 |
|
Selection of sub menu in Windows Desktop application | Shilpa859 | 0 | 2,369 |
10-17-2013, 06:39 PM Last Post: Shilpa859 |
|
Unable to select a combo item by value or index | martinshort | 2 | 3,512 |
08-26-2013, 07:55 PM Last Post: sudhirzpatil |