Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to select an item from weblist and unable to enter text in edit box
#5
Not Solved
See if this helps you,

Code:
Settings.Webpackage("ReplayType") = 2

With BrowserObject
.WebList("micclass:=WebList","name:=lstTitle","index:=0").Click
.WebList("micclass:=WebList","name:=lstTitle","index:=0").select "Broken Link"
.WebEdit("micclass:=WebEdit","html id:=txtFeedback","index:=0","html tag:=TEXTAREA").Set "Feedback given on "&strDate
.Webbutton("micclass:=WebButton","name:=Send").click
end With

Settings.Webpackage("ReplayType") = 1

Code:
Settings.Webpackage("ReplayType") = 2

With BrowserObject
.WebList("micclass:=WebList","name:=lstTitle","index:=0").Click
.WebList("micclass:=WebList","name:=lstTitle","index:=0").select "Broken Link"
.WebEdit("micclass:=WebEdit","html id:=txtFeedback","index:=0","html tag:=TEXTAREA").Set "Feedback given on "&strDate
.Webbutton("micclass:=WebButton","name:=Send").click
end With

Settings.Webpackage("ReplayType") = 1

Sorry, had issues wrapping. I hope now it should be clear.
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: Unable to select an item from weblist and unable to enter text in edit box - by basanth27 - 11-04-2009, 02:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Webtable objects recognise as weblist in UFT 12.5 Sharad Kumar 0 1,490 12-06-2018, 04:57 PM
Last Post: Sharad Kumar
  how to select value from google search box dropdown +QTP prajyot 0 3,217 06-28-2017, 06:30 PM
Last Post: prajyot
  Unable to identify multilevel headers of JTable dharanikesav 0 1,765 01-16-2017, 07:09 PM
Last Post: dharanikesav
  How to select item within WebMenu learnasugo 4 9,114 10-11-2016, 03:35 PM
Last Post: learnasugo
  How to edit a text in aParagraph shaan.mishra87@gmail.com 2 3,064 08-26-2016, 04:48 PM
Last Post: shaan.mishra87@gmail.com

Forum Jump:


Users browsing this thread: 1 Guest(s)