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
|
|
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
Use for loop
highlight the items and select 22nd item
Hi,
In your case you can simply use the following code: Code: Browser("V5.4").Page(" V5.4").WebList("qcolNQSERVICE_AREA_ID").Select 2it 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 2it 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 | 1,228 |
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,956 |
10-23-2015, 06:47 PM Last Post: kathirvelnagaraj |
|
| Can we Use QTP to test GUI for rockwell HMI | QTpier | 6 | 5,511 |
07-04-2014, 05:49 PM Last Post: QTpier |
|
|
|
Empty Server description SAP GUI 7.20 with QTP11 | sylvester618 | 2 | 5,097 |
09-10-2013, 06:05 PM Last Post: Ankur |
| Problem with SAP GUI Button inside SAPGuiGrid | manishnangalia | 14 | 16,786 |
07-12-2012, 03:36 PM Last Post: manishnangalia |
|