06-06-2011, 12:58 PM
Code:
Browser("V5.4").Page(" V5.4").WebList("qcolNQSERVICE_AREA_ID").GetTOProperties("items count")
I got the item count(ex:22) of weblist , can anyone tel me how I can select item count (ex:2) in GUI from the weblist
How to Select GetROproperty value in GUI
|
06-06-2011, 12:58 PM
Code: Browser("V5.4").Page(" V5.4").WebList("qcolNQSERVICE_AREA_ID").GetTOProperties("items count") I got the item count(ex:22) of weblist , can anyone tel me how I can select item count (ex:2) in GUI from the weblist
10-15-2012, 05:14 PM
Use for loop
highlight the items and select 22nd item
10-15-2012, 11:52 PM
(This post was last modified: 10-15-2012, 11:54 PM by agarwl.anurag.)
Hi,
In your case you can simply use the following code: Code: Browser("V5.4").Page(" V5.4").WebList("qcolNQSERVICE_AREA_ID").Select 2 it will select the item present at index 2. Thanks ANurag Hi, In your case you can simply use the following code: Code: Browser("V5.4").Page(" V5.4").WebList("qcolNQSERVICE_AREA_ID").Select 2 it will select the item present at index 2. Thanks ANurag |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Enabling Smart Identification for SAP Gui object | prasanna.kale5@gmail.com | 0 | 937 |
12-05-2019, 08:04 PM Last Post: prasanna.kale5@gmail.com |
|
SAP GUI gets hanged while closing the Windows Pop Up | kathirvelnagaraj | 0 | 5,527 |
10-23-2015, 06:47 PM Last Post: kathirvelnagaraj |
|
Can we Use QTP to test GUI for rockwell HMI | QTpier | 6 | 4,498 |
07-04-2014, 05:49 PM Last Post: QTpier |
|
Empty Server description SAP GUI 7.20 with QTP11 | sylvester618 | 2 | 4,699 |
09-10-2013, 06:05 PM Last Post: Ankur |
|
Problem with SAP GUI Button inside SAPGuiGrid | manishnangalia | 14 | 15,362 |
07-12-2012, 03:36 PM Last Post: manishnangalia |