Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Select GetROproperty value in GUI
#1
Solved: 10 Years, 8 Months, 4 Weeks ago Smile 
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
Reply
#2
Solved: 10 Years, 8 Months, 4 Weeks ago
Use for loop

highlight the items and select 22nd item
Reply
#3
Solved: 10 Years, 8 Months, 4 Weeks ago
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Enabling Smart Identification for SAP Gui object prasanna.kale5@gmail.com 0 841 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,322 10-23-2015, 06:47 PM
Last Post: kathirvelnagaraj
  Can we Use QTP to test GUI for rockwell HMI QTpier 6 4,186 07-04-2014, 05:49 PM
Last Post: QTpier
Sad Empty Server description SAP GUI 7.20 with QTP11 sylvester618 2 4,558 09-10-2013, 06:05 PM
Last Post: Ankur
  Problem with SAP GUI Button inside SAPGuiGrid manishnangalia 14 14,390 07-12-2012, 03:36 PM
Last Post: manishnangalia

Forum Jump:


Users browsing this thread: 1 Guest(s)