Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
descriptive programing to click the link on web
#3
Solved: 10 Years, 8 Months, 4 Weeks ago
Code:
systemutil.run "www.yahoo.com"

browser("name:=Yahoo").activate

browser("name:=Yahoo").page("name:=Yahoo_Page").weblink("outerhtml:=Inbox").click
or
Code:
dim des

set des=description.create

des("micclass").value="Link"

set cnt=browser("yahoo").page("yahoo_page").childobject(des)

msgbox cnt.count

for i=0 to cnt.count-1

     val_name=cnt(i).getroproperty("outerhtml")

     if (val_name=Inbox)  then

         cnt(i).click

     end if

Next

set des=nothing
Reply


Messages In This Thread
RE: descriptive programing - by Tarik Sheth - 02-22-2010, 06:52 PM
RE: descriptive programing - by bfakruddin - 02-23-2010, 05:03 PM
RE: descriptive programingghhhhhhhf - by Saket - 02-25-2010, 01:49 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Child Object Not able to identified in Web Menu Link noor 0 1,642 01-21-2018, 04:44 PM
Last Post: noor
  Descriptive programing kedala 1 2,578 10-04-2016, 09:25 PM
Last Post: venkatesh9032
  how to randomly Select any category link and randomly click on one of its options ? sharavan 0 2,824 11-18-2014, 12:24 AM
Last Post: sharavan
  How to click on a dynamic link on a website Geekgirl 3 4,231 11-28-2013, 11:53 AM
Last Post: Jay
  How to find which value is having link and which are all not having in Web table. Sivakumar2186@gmail.com 2 3,173 10-17-2013, 09:36 PM
Last Post: Parke

Forum Jump:


Users browsing this thread: 1 Guest(s)