Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to select a particular object in HTML table ?
#2
Not Solved
I see from your subject that you are trying to select a value from the table, but from the code you are trying to set a value to the table.

Try this if your intention is only to select a cell,

Code:
JavaWindow("Sales_BasicFlow").JavaDialog("Optional Service Selection").JavaTable("Select Services for 0000374914").SelectCell 1 ,"Select"

I presume "Select" is the text you want to select from the table ??

Sorry i misled. My bad.

Code:
JavaWindow("Sales_BasicFlow").JavaDialog("Optional Service Selection").JavaTable("Select Services for 0000374914").SelectCell 1 ,"Select"

"Select" here is the name of the column and 1 is the first row.
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply


Messages In This Thread
RE: how to select a particular object in HTML table ? - by basanth27 - 08-05-2009, 05:59 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Customized HTML reports in QTP azeem 11 49,491 12-31-2016, 02:57 PM
Last Post: chevronneraji
  [UFT] Get text into DIV through HTML tag robertosalemi 2 5,533 03-29-2016, 09:43 PM
Last Post: robertosalemi
  How to attach HTML file to Email Naresh 0 3,069 04-06-2015, 02:04 PM
Last Post: Naresh
  how to validate all lebel object in a table niketa 1 2,825 10-30-2014, 01:56 PM
Last Post: Ankesh
  User defined Objects(Can't map standard grid object in to table object ) madhavanr 0 2,597 01-14-2014, 03:46 PM
Last Post: madhavanr

Forum Jump:


Users browsing this thread: 2 Guest(s)