Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Combo Box selection issue
#11
Not Solved
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..
Reply
#12
Not Solved
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)
WebEditObj.Set <value>
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Weblist selection diya 11 20,541 06-16-2015, 08:27 PM
Last Post: rajpradeep32
  Find Combo Box length? AndyBSG 3 3,738 12-05-2014, 10:02 PM
Last Post: AndyBSG
  Issue related to dropdown selection(Please help urgent) excellentpawan123 2 4,048 05-31-2014, 12:00 PM
Last Post: excellentpawan123
  Selection of sub menu in Windows Desktop application Shilpa859 0 2,278 10-17-2013, 06:39 PM
Last Post: Shilpa859
  Unable to select a combo item by value or index martinshort 2 3,174 08-26-2013, 07:55 PM
Last Post: sudhirzpatil

Forum Jump:


Users browsing this thread: 1 Guest(s)