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
#1
Not Solved
Hi Folks,

IN my application,I have written script to select an item from a web list and then enter text in an edit box.but while running the script it is performing both the operations.

here is my code:
Code:
With BrowserObject
.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

Please revert me with your suggestions.
Please find the correction with in stars.

Hi Folks,

IN my application,I have written script to select an item from a web list and then enter text in an edit box.but while running the script it is *not* performing both the operations.

here is my code:
Code:
With BrowserObject
.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

Please revert me with your suggestions.
Reply


Messages In This Thread
Unable to select an item from weblist and unable to enter text in edit box - by estherindu - 11-03-2009, 05:06 PM

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

Forum Jump:


Users browsing this thread: 1 Guest(s)