Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem selecting in a dropdown menu during playback.
#6
Solved: 10 Years, 9 Months ago
Hi...
Object Spy clearly shows that the object is readonly. So, you will get 'Object is disabled' error.

If u want to change the readonly property to editable field, you can use below code.

Code:
Browser("Browser").Page("Page").WebEdit("WebEdit").Object.readOnly=false
'it makes it editable field
Code:
Browser("Browser").Page("Page").WebEdit("WebEdit").Set "vins"
' now you can set the value u want

Can u attach the screen shot of the page if it does not work?
Reply


Messages In This Thread
RE: Problem selecting in a dropdown menu during playback. - by vIns - 11-29-2011, 05:43 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Sad How To Find Dropdown Object based on Values from the dropdown list mesg2anil 12 32,876 12-19-2017, 10:25 PM
Last Post: sandy2404
  how to select value from google search box dropdown +QTP prajyot 0 2,673 06-28-2017, 06:30 PM
Last Post: prajyot
  Searching for and selecting row in Datawindow zsl0009 0 2,676 08-04-2015, 01:02 AM
Last Post: zsl0009
  Selecting Link Magad 1 2,673 11-07-2014, 03:56 AM
Last Post: PrateepKaraval
  How to select a city from the dropdown yash 3 5,003 10-28-2014, 12:13 AM
Last Post: rameshrise3

Forum Jump:


Users browsing this thread: 1 Guest(s)