Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Web Table
#1
Solved: 10 Years, 7 Months, 3 Weeks ago
Hi,
I have a web table in which multiple elements are there like
listboxes 3 and then web edit boxes.
i want to enter data in each element and tried the send keys method but no use. can any one please help. the problems is sometime it is skipping and not selecting any values in the list or edit type item.
Code:
WshShell.SendKeys "{TAB}"
WshShell.SendKeys ("Issue")
WshShell.SendKeys "{TAB}"
wait(1)
WshShell.SendKeys "{TAB}"
WshShell.SendKeys ("Book")
WshShell.SendKeys "{TAB}"
thanks very much in advance.
Reply
#2
Solved: 10 Years, 7 Months, 3 Weeks ago
You can use ChildItems method.
Code:
Ex:- Browser("").Page("").WebTable("").ChildItems(Row,Col,"WebList",0)
Reply
#3
Solved: 10 Years, 7 Months, 3 Weeks ago
u can use Childitem method to interact with the contents present in the Table.

ex:
Code:
set MyTable=Browser("").Page("")
           MyTable.WebTable("").ChildItem("row","column","MicClass","Index")
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can QTP handle slick grid table in a web page qtplearner88 2 4,254 10-01-2019, 10:44 AM
Last Post: shilpi952
  unable to rowcount in web table manoj84monu 1 2,776 06-13-2016, 04:46 PM
Last Post: Anu1234
  Fetching values from a web table qapandit 7 8,559 05-30-2014, 02:32 PM
Last Post: nistalaramesh
  How to get center data value in a odd number of rows and columns web table ... sai rajesh 0 2,599 11-13-2013, 10:24 PM
Last Post: sai rajesh
  How to find which value is having link and which are all not having in Web table. Sivakumar2186@gmail.com 2 3,166 10-17-2013, 09:36 PM
Last Post: Parke

Forum Jump:


Users browsing this thread: 1 Guest(s)