Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to print a text present within a weblist
#1
Not Solved
Code:
SystemUtil.Run "iexplore.exe", "https://developer.salesforce.com/signup?d=70130000000td6N"

'Trying to get the weblist count, am able to do it successfully
Code:
Set obj=Description.Create
obj("micclass").value="WebList"
Set odef=Browser("name:=Salesforce Developers").Page("title:=Salesforce Developers").ChildObjects(obj)
Print odef.Count

'Unable to print the text name present within the Weblist

Code:
Set oabc=Browser("name:=Salesforce Developers").Page("title:=Salesforce Developers").WebList("user[country]").GetItem(2)
Msgbox oabc
Reply


Messages In This Thread
Unable to print a text present within a weblist - by rajpradeep32 - 06-16-2015, 05:43 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)