Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to print a text present within a weblist
#4
Not Solved
Run this:

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
For i=1 to 231
oabc=Browser("name:=Salesforce Developers").Page("title:=Salesforce Developers").WebList("html id:=country","html tag:=SELECT").GetItem(i)
Print oabc
Next
Reply


Messages In This Thread
RE: Unable to print a text present within a weblist - by ADITI1992 - 08-26-2015, 07:39 PM

Forum Jump:


Users browsing this thread: 5 Guest(s)