Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Weblist selection
#11
Solved: 10 Years, 8 Months, 4 Weeks ago
Thanks zeeshan
Reply
#12
Solved: 10 Years, 8 Months, 4 Weeks ago
Error:
Object required: '[string: "United States"]'

Code:
Line (8): "Set oabc=Browser("name:=Salesforce Developers").Page("title:=Salesforce Developers").WebList("name:=user\[country\]").GetItem(1)".


Code:

Code:
SystemUtil.Run "iexplore.exe", "https://developer.salesforce.com/signup?d=70130000000td6N"

Set obj=Description.Create
obj("micclass").value="WebList"
Set odef=Browser("name:=Salesforce Developers").Page("title:=Salesforce Developers").ChildObjects(obj)
Print odef.Count   'Getting the overall count here

Set oabc=Browser("name:=Salesforce Developers").Page("title:=Salesforce Developers").WebList("name:=user\[country\]").GetItem(1)  'Facing error in this line[url=http://tinypic.com/view.php?pic=6tdyk8&s=8#.VYA41_mqpBc]Image[/url]

Msgbox oabc.GetROProperty("value")
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  WEBLIST shayk1985 3 5,273 05-17-2018, 11:49 AM
Last Post: Ankur
  Issue related to dropdown selection(Please help urgent) excellentpawan123 2 4,046 05-31-2014, 12:00 PM
Last Post: excellentpawan123
  Comparing webtable data with weblist and webelements in other webpage arnav 1 5,590 04-18-2014, 10:01 PM
Last Post: Parke
  Selection of sub menu in Windows Desktop application Shilpa859 0 2,275 10-17-2013, 06:39 PM
Last Post: Shilpa859
  Combo Box selection issue Shkumari 11 12,075 09-26-2013, 03:56 PM
Last Post: learnQtptips

Forum Jump:


Users browsing this thread: 1 Guest(s)