Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Combo Box selection issue
#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


Messages In This Thread
Combo Box selection issue - by Shkumari - 05-20-2013, 12:07 PM
RE: Combo Box selection issue - by basanth27 - 05-21-2013, 06:41 AM
RE: Combo Box selection issue - by venugqtp - 05-21-2013, 08:00 AM
RE: Combo Box selection issue - by nucleation - 05-21-2013, 12:23 PM
RE: Combo Box selection issue - by Shkumari - 05-29-2013, 09:56 PM
RE: Combo Box selection issue - by qtpbeginner78 - 05-30-2013, 03:31 AM
RE: Combo Box selection issue - by venugqtp - 05-30-2013, 08:28 AM
RE: Combo Box selection issue - by Shkumari - 06-01-2013, 09:58 PM
RE: Combo Box selection issue - by Saket - 06-03-2013, 03:56 PM
RE: Combo Box selection issue - by Staff - 07-05-2013, 02:10 PM
RE: Combo Box selection issue - by murty_tvln - 09-26-2013, 10:53 AM
RE: Combo Box selection issue - by learnQtptips - 09-26-2013, 03:56 PM

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

Forum Jump:


Users browsing this thread: 1 Guest(s)